Skip to content

Commit

Permalink
chore(deps): update openjdk docker tag to v21 (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 9944499 commit 354d6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosid-proxy-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ARG APP_NAME=cosid-proxy-server
ARG WORK_HOME=/opt/${APP_NAME}

FROM openjdk:17.0.2-jdk-slim AS base
FROM openjdk:21-jdk-slim AS base

FROM base as build
ARG WORK_HOME
Expand Down

0 comments on commit 354d6e2

Please sign in to comment.