Skip to content

Commit af67d02

Browse files
committed
chore(docker): switch base image to dragonwell for jdk 21
- Replace openjdk:21-jdk-slim with dragonwell:21-ubuntu - Update base image source to Aliyun registry - Maintain existing build stage structure - Ensure compatibility with current application requirements
1 parent 2c84b0d commit af67d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy/cosid-proxy-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ARG APP_NAME=cosid-proxy-server
66
ARG WORK_HOME=/opt/${APP_NAME}
77

8-
FROM openjdk:21-jdk-slim AS base
8+
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:21-ubuntu AS base
99

1010
FROM base as build
1111
ARG WORK_HOME

0 commit comments

Comments
 (0)