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] authored Oct 15, 2023
1 parent 0fc29b1 commit 3e387b9
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 3e387b9

Please sign in to comment.