Skip to content

Commit

Permalink
deps: update openjdk docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2022
1 parent dbc0669 commit c76dfcd
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,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM openjdk:11-jdk-slim-bullseye as base
FROM openjdk:11.0.16-jdk-slim-bullseye as base

WORKDIR /app

Expand All @@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.gradle \

RUN jar xf build/libs/*.jar BOOT-INF META-INF

FROM openjdk:11-jre-slim-bullseye
FROM openjdk:11.0.16-jre-slim-bullseye

COPY --from=build /app/BOOT-INF/lib ./lib
COPY --from=build /app/META-INF ./META-INF
Expand Down

0 comments on commit c76dfcd

Please sign in to comment.