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 authored and thecsw committed Dec 31, 2024
1 parent e3ade0a commit 7f44765
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 7f44765

Please sign in to comment.