Skip to content

Commit

Permalink
Update Java runtime (temurin) to 22.0.1_8-jre-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
yude committed May 18, 2024
1 parent 6f27bef commit 94e4611
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:22.0.1_8-jre-alpine

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

0 comments on commit 94e4611

Please sign in to comment.