Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): update openjdk docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 0861b5f commit f3b77ce
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
@@ -1,9 +1,9 @@
FROM openjdk:20-jdk AS builder
FROM openjdk:21-jdk AS builder
COPY . .
RUN chmod +x gradlew
RUN ./gradlew bootJar -x test

FROM openjdk:20-slim
FROM openjdk:21-slim
ARG APPLICATION
ARG PORT
ENV PORT $PORT
Expand Down

0 comments on commit f3b77ce

Please sign in to comment.