We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73221d3 commit 4e44b0fCopy full SHA for 4e44b0f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:alpine3.19 AS binarybuilder
+FROM golang:alpine3.21 AS binarybuilder
2
RUN apk --no-cache --no-progress add --virtual \
3
build-deps \
4
build-base \
@@ -17,7 +17,7 @@ RUN task build
17
# Install Codenotify
18
RUN GOBIN=/dist/.bin go install github.com/sourcegraph/[email protected]
19
20
-FROM alpine:3.19
+FROM alpine:3.21
21
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories \
22
&& apk --no-cache --no-progress add \
23
ca-certificates \
0 commit comments