Skip to content

Commit 70684fa

Browse files
committed
Update Go version to 1.22 in Dockerfile
1 parent 4f4d004 commit 70684fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/go-1.22.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19-alpine
1+
FROM golang:1.22-alpine
22

33
COPY go.mod /app/go.mod
44
COPY go.sum /app/go.sum

0 commit comments

Comments
 (0)