Skip to content

Commit 4e44b0f

Browse files
authored
chore: update image version in Dockerfile (#59)
1 parent 73221d3 commit 4e44b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine3.19 AS binarybuilder
1+
FROM golang:alpine3.21 AS binarybuilder
22
RUN apk --no-cache --no-progress add --virtual \
33
build-deps \
44
build-base \
@@ -17,7 +17,7 @@ RUN task build
1717
# Install Codenotify
1818
RUN GOBIN=/dist/.bin go install github.com/sourcegraph/[email protected]
1919

20-
FROM alpine:3.19
20+
FROM alpine:3.21
2121
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories \
2222
&& apk --no-cache --no-progress add \
2323
ca-certificates \

0 commit comments

Comments
 (0)