Skip to content

Commit

Permalink
Bump alpine version
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <[email protected]>
  • Loading branch information
echlebek committed Jan 19, 2023
1 parent 34ce792 commit 122477b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/linux-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.14
ARG GO_VERSION=1.19.4
ARG ALPINE_VERSION=3.17
ARG GO_VERSION=1.19.5
ARG GOMPLATE_VERSION=3.9.0
ARG GORELEASER_VERSION=0.173.0
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} as golang
Expand Down

0 comments on commit 122477b

Please sign in to comment.