Skip to content

Commit

Permalink
Update deprecated openjdk:17-alpine to amazoncorretto:17-alpine3.20
Browse files Browse the repository at this point in the history
It also supports my M1 mac
  • Loading branch information
halfstrik committed Sep 22, 2024
1 parent 1ee8d55 commit bde8b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-alpine as build
FROM amazoncorretto:17-alpine3.20 as build

WORKDIR /app
RUN apk add binutils # for objcopy, needed by jlink
Expand Down

0 comments on commit bde8b6d

Please sign in to comment.