Skip to content

Commit 775c81d

Browse files
authored
Merge pull request #117 from ohkinozomu/golang-1.22-alpine3.20
Update Go to 1.22 in Dockerfile
2 parents a153d61 + f3e75ff commit 775c81d

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)