From 0191e0024661146f1cea29985805e2766e60b5ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:56:25 +0000 Subject: [PATCH] chore(deps): update dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell docker tag to v21 --- cosky-rest-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosky-rest-api/Dockerfile b/cosky-rest-api/Dockerfile index ae784b05..6193b2ed 100644 --- a/cosky-rest-api/Dockerfile +++ b/cosky-rest-api/Dockerfile @@ -3,7 +3,7 @@ ARG APP_NAME=cosky-rest-api ARG WORK_HOME=/opt/${APP_NAME} -FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:17 AS base +FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:21 AS base FROM base as build ARG WORK_HOME