Skip to content

Commit

Permalink
switch to corretto image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed Jan 24, 2024
1 parent 6a729a6 commit 80b2b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src
COPY . .
RUN gradle build --no-daemon -x check -x test

FROM openjdk:8-jdk-alpine
FROM amazoncorretto:8-alpine-jre
RUN apk --no-cache add openssl

EXPOSE 8080
Expand Down

0 comments on commit 80b2b22

Please sign in to comment.