Skip to content

Commit f3e75ff

Browse files
committed
Update Go to 1.22 in Dockerfile
1 parent a153d61 commit f3e75ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine3.20 AS builder
1+
FROM golang:1.22-alpine3.20 AS builder
22

33
RUN apk update
44
RUN apk add git

0 commit comments

Comments
 (0)