Skip to content

Commit

Permalink
Change back to use java 17 base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Dec 19, 2024
1 parent f604e22 commit 2284b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/corretto-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/amazoncorretto:23-alpine-jdk
FROM public.ecr.aws/docker/library/amazoncorretto:17-alpine-jdk

# Copied from https://github.com/corretto/corretto-docker/blob/master/11/jre/alpine/Dockerfile
RUN apk update && apk add binutils && jlink --endian little --release-info $JAVA_HOME/release \
Expand Down

0 comments on commit 2284b56

Please sign in to comment.