Skip to content

Commit

Permalink
Merge pull request #117 from ohkinozomu/golang-1.22-alpine3.20
Browse files Browse the repository at this point in the history
Update Go to 1.22 in Dockerfile
  • Loading branch information
wind-c authored Aug 9, 2024
2 parents a153d61 + f3e75ff commit 775c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.20 AS builder
FROM golang:1.22-alpine3.20 AS builder

RUN apk update
RUN apk add git
Expand Down

0 comments on commit 775c81d

Please sign in to comment.