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 0df9bca commit 1bd1c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-waterfall.sh /build/
RUN /build/download-waterfall.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 All @@ -28,4 +28,4 @@ WORKDIR /app
COPY --from=builder /build/waterfall.jar /bin/

# Run the server (Waterfall)
CMD java -server $JAVA_OPTS -jar /bin/waterfall.jar
CMD java -server $JAVA_OPTS -jar /bin/waterfall.jar

0 comments on commit 1bd1c7d

Please sign in to comment.