You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
### Default image is base. You can add other support by modifying BASE_IMAGE_TAG. The following parameters are supported: base (default), aria2, ffmpeg, aio
2
2
ARG BASE_IMAGE_TAG=base
3
3
4
-
FROM alpine:edge AS builder
4
+
FROM alpine:edge@sha256:9a341ff2287c54b86425cbee0141114d811ae69d88a36019087be6d896cef241 AS builder
5
5
LABEL stage=go-builder
6
6
WORKDIR /app/
7
7
RUN apk add --no-cache bash curl jq gcc git go musl-dev
0 commit comments