Skip to content

Commit c6e02f7

Browse files
committed
chore: 更新apk以确保依赖项的最新版本
1 parent bb61d0d commit c6e02f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockerfile/daemon.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ARG EMBEDDED_JAVA_VERSION=21
2020
RUN apk add --no-cache wget && \
2121
wget -O /etc/apk/keys/adoptium.rsa.pub https://packages.adoptium.net/artifactory/api/security/keypair/public/repositories/apk && \
2222
echo 'https://packages.adoptium.net/artifactory/apk/alpine/main' | tee -a /etc/apk/repositories && \
23+
apk update && \
2324
apk add --no-cache \
2425
temurin-${EMBEDDED_JAVA_VERSION}-jdk \
2526
nodejs \

0 commit comments

Comments
 (0)