Skip to content

Commit

Permalink
switch to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 8, 2024
1 parent c28d4cc commit f3ee6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.8-jdk-11-slim AS build
FROM maven:3-eclipse-temurin-21-alpine AS build

RUN mkdir -p /scoold
RUN curl -Ls https://github.com/Erudika/scoold/archive/master.tar.gz | tar -xz -C /scoold
Expand Down
2 changes: 1 addition & 1 deletion system.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java.runtime.version=11
java.runtime.version=21

0 comments on commit f3ee6ad

Please sign in to comment.