Skip to content

Commit

Permalink
Update default version
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein committed May 14, 2024
1 parent bbf397d commit 731da0d
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
Expand Up @@ -12,7 +12,7 @@ RUN set -x && \
# setup the build
ARG PKG=go.etcd.io/etcd
ARG SRC=github.com/galal-hussein/etcd
ARG TAG="v3.5.7-k3s2"
ARG TAG="v3.5.9-k3s2"
ARG ARCH="amd64"
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
WORKDIR $GOPATH/src/${PKG}
Expand Down

0 comments on commit 731da0d

Please sign in to comment.