Skip to content

Commit

Permalink
Dockerfile: fix alpine version
Browse files Browse the repository at this point in the history
The go1.20 image is not published with alpine 3.15; updating the version.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 15, 2024
1 parent 06ab7b7 commit ed600c7
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,5 +1,5 @@
ARG BASE_IMAGE_BUILDER=golang
ARG ALPINE_VERSION=3.15
ARG ALPINE_VERSION=3.19
ARG GO_VERSION=1.20

FROM ${BASE_IMAGE_BUILDER}:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
Expand Down

0 comments on commit ed600c7

Please sign in to comment.