Skip to content

Commit

Permalink
Merge pull request #93 from ohkinozomu/golang-1.21-alpine3.20
Browse files Browse the repository at this point in the history
Upgrade builder image to golang:1.21-alpine3.20
  • Loading branch information
wind-c authored Jul 25, 2024
2 parents 741cb8e + 37f21f8 commit 10278a9
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.20-alpine3.16 AS builder
FROM golang:1.21-alpine3.20 AS builder

RUN apk update
RUN apk add git
Expand Down

0 comments on commit 10278a9

Please sign in to comment.