Skip to content

Commit

Permalink
upgrade golang docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Dec 30, 2024
1 parent 1b9bdf8 commit 71fe96c
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,6 +1,6 @@
## Build image ##
ARG GO_VERSION=1.23
FROM golang:${GO_VERSION}-alpine3.16 as build
FROM golang:${GO_VERSION}-alpine3.21 as build

# System dependencies
RUN apk add --no-cache make
Expand Down

0 comments on commit 71fe96c

Please sign in to comment.