fix: use aliyun openjdk mirror instead of dockerhub
This commit is contained in:
parent
ccc8a7eca0
commit
c8cd5b8ec3
|
|
@ -1,4 +1,4 @@
|
|||
FROM openjdk:17-slim
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/openjdk-zulu/17:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue