Skip to content

Commit cd5cc5a

Browse files
authoredFeb 9, 2024
Merge pull request #755 from ifross89/patch-1
Dockerfile: up go version to 1.22
2 parents f513d5d + 3b76444 commit cd5cc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine as builder
1+
FROM golang:1.22-alpine as builder
22

33
RUN apk --update add --no-cache gcc musl-dev
44

0 commit comments

Comments
 (0)
Please sign in to comment.