Skip to content

Commit

Permalink
Update Go to 1.22 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ohkinozomu committed Aug 8, 2024
1 parent a153d61 commit f3e75ff
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 f3e75ff

Please sign in to comment.