Skip to content

Commit

Permalink
Update openjdk Docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 54d4de0 commit 99281c3
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,12 +1,12 @@
# Build
FROM openjdk:17.0.2-jdk as baseimage
FROM openjdk:21-jdk as baseimage

WORKDIR swagger-brake
COPY . .
RUN sh gradlew clean build shadowJar -x test

# Actual container
FROM openjdk:17.0.2-jdk
FROM openjdk:21-jdk
WORKDIR swagger-brake
COPY --from=baseimage /swagger-brake/swagger-brake-cli/build/libs/swagger-brake-*-cli.jar swagger-brake.jar

Expand Down

0 comments on commit 99281c3

Please sign in to comment.