Skip to content

Commit

Permalink
Merge pull request #9 from Oats87/bump-to-1.4.9
Browse files Browse the repository at this point in the history
Bump to containerd v1.4.9-k3s1
  • Loading branch information
Oats87 authored Sep 8, 2021
2 parents c7d2cf6 + 78b5563 commit 9cf0f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN unzip protoc-3.17.3-linux-x86_64.zip -d /usr
# setup containerd build
ARG SRC="github.com/k3s-io/containerd"
ARG PKG="github.com/containerd/containerd"
ARG TAG="v1.4.8-k3s1"
ARG TAG="v1.4.9-k3s1"
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
WORKDIR $GOPATH/src/${PKG}
RUN git fetch --all --tags --prune
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILD_META=-build$(shell date +%Y%m%d)
ORG ?= rancher
PKG ?= github.com/containerd/containerd
SRC ?= github.com/k3s-io/containerd
TAG ?= v1.4.8-k3s1$(BUILD_META)
TAG ?= v1.4.9-k3s1$(BUILD_META)

ifneq ($(DRONE_TAG),)
TAG := $(DRONE_TAG)
Expand Down

0 comments on commit 9cf0f00

Please sign in to comment.