File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:latest AS deno
22
33ARG DENO_VERSION
44
5- RUN apk --update --no-cache add curl
5+ RUN apk add -Uu --no-cache curl
66RUN curl -Ls https://github.com/denoland/deno/releases/download/${DENO_VERSION}/deno-$(arch)-unknown-linux-gnu.zip | unzip -pq - 'deno' > /tmp/deno
77
88FROM gcr.io/distroless/cc-debian12:latest AS cc
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:latest AS deno
22
33ARG DENO_VERSION
44
5- RUN apk --update --no-cache add curl
5+ RUN apk add -Uu --no-cache curl
66RUN curl -Ls https://github.com/denoland/deno/releases/download/${DENO_VERSION}/deno-$(arch)-unknown-linux-gnu.zip | unzip -pq - 'deno' > /tmp/deno
77
88FROM gcr.io/distroless/cc-debian12:latest AS cc
You can’t perform that action at this time.
0 commit comments