Skip to content

Commit

Permalink
Bump golang version and default tag
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Sep 10, 2024
1 parent 40cd7d2 commit 78d3f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.13b2
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.7b1
ARG ARCH="amd64"

# Image that provides cross compilation tooling.
Expand All @@ -20,7 +20,7 @@ FROM base-builder as etcd-builder
# setup the build
ARG PKG=go.etcd.io/etcd
ARG SRC=github.com/k3s-io/etcd
ARG TAG="v3.5.7-k3s1"
ARG TAG="v3.5.13-k3s1"
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
WORKDIR $GOPATH/src/${PKG}
RUN git fetch --all --tags --prune
Expand Down

0 comments on commit 78d3f11

Please sign in to comment.