File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.18 AS runtime_amd64_none
1+ FROM alpine:3.20 AS runtime_amd64_none
22ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl"
33RUN apk update && apk add --no-cache tzdata musl-locales musl-locales-lang
44WORKDIR /app
55COPY dist/icloudpd-ex-*.*.*-linux-musl-amd64 icloudpd_ex
66
7- FROM alpine:3.18 AS runtime_arm64_none
7+ FROM alpine:3.20 AS runtime_arm64_none
88ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl"
99RUN apk update && apk add --no-cache tzdata musl-locales musl-locales-lang
1010WORKDIR /app
1111COPY dist/icloudpd-ex-*.*.*-linux-musl-arm64 icloudpd_ex
1212
13- FROM alpine:3.18 AS runtime_arm_v7
13+ FROM alpine:3.20 AS runtime_arm_v7
1414ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl"
1515RUN apk update && apk add --no-cache tzdata musl-locales musl-locales-lang
1616WORKDIR /app
You can’t perform that action at this time.
0 commit comments