Skip to content

Commit

Permalink
feat: upgrade eclipse-temurin:18-jre-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakagi authored Oct 20, 2022
1 parent 797aa16 commit 9270f3a
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 @@ -12,7 +12,7 @@ RUN apk add --no-cache wget jq
ADD ./download-paper.sh /build/
RUN /build/download-paper.sh

FROM eclipse-temurin:17.0.2_8-jre-alpine
FROM eclipse-temurin:18-jre-alpine

# Set timezone to Asia/Tokyo
RUN apk --update add tzdata && \
Expand Down

0 comments on commit 9270f3a

Please sign in to comment.