Skip to content

Commit 809e2dd

Browse files
authored
Merge pull request #127 from freeMates/claude/update-dockerfile-openjdk-011CUoxDMG27aD3RkpRwWZbf
Update Dockerfile base image to Eclipse Temurin
2 parents cd4b10e + 5a0b794 commit 809e2dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM amazoncorretto:21
2-
# FROM openjdk:17-jdk
1+
FROM eclipse-temurin:17-jdk-alpine
2+
# FROM openjdk:17-jdk (deprecated)
33
ARG JAR_FILE=build/libs/*.jar
44

55
COPY ${JAR_FILE} my-project.jar

0 commit comments

Comments
 (0)