Skip to content

Commit 07d343a

Browse files
Bump to upstream version v3.6.4-k3s2 (#57)
* chore: Bump Dockerfile to upstream version v3.6.4-k3s2 Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 19f5bd4 commit 07d343a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM base-builder AS etcd-builder
2020
ARG TARGETARCH
2121
ARG PKG=go.etcd.io/etcd
2222
ARG SRC=github.com/k3s-io/etcd
23-
ARG TAG="v3.5.13-k3s1"
23+
ARG TAG=v3.6.4-k3s2
2424
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
2525
WORKDIR $GOPATH/src/${PKG}
2626
RUN git fetch --all --tags --prune

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SRC ?= github.com/k3s-io/etcd
1717
TAG ?= ${GITHUB_ACTION_TAG}
1818

1919
ifeq ($(TAG),)
20-
TAG := v3.5.7-k3s1$(BUILD_META)
20+
TAG := v3.6.4-k3s2$(BUILD_META)
2121
endif
2222

2323
ifeq (,$(filter %$(BUILD_META),$(TAG)))

0 commit comments

Comments
 (0)