Skip to content

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] committed Oct 19, 2023
1 parent 0d2ef80 commit fac02ec
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 fac02ec

Please sign in to comment.