Skip to content

Commit 03b723d

Browse files
authored
ci: fix Docker build (#44)
1 parent a28c17f commit 03b723d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine3.16 AS binarybuilder
1+
FROM golang:alpine3.19 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.16
20+
FROM alpine:3.19
2121
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories \
2222
&& apk --no-cache --no-progress add \
2323
ca-certificates \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/codenotify/codenotify.run
22

3-
go 1.21
3+
go 1.22
44

55
toolchain go1.22.1
66

0 commit comments

Comments
 (0)