We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28c17f commit 03b723dCopy full SHA for 03b723d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:alpine3.16 AS binarybuilder
+FROM golang:alpine3.19 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.16
+FROM alpine:3.19
21
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories \
22
&& apk --no-cache --no-progress add \
23
ca-certificates \
go.mod
@@ -1,6 +1,6 @@
module github.com/codenotify/codenotify.run
-go 1.21
+go 1.22
5
toolchain go1.22.1
6
0 commit comments