Skip to content

Commit

Permalink
Merge pull request #5 from dweomer/bump/v1.0.0-rc95
Browse files Browse the repository at this point in the history
bump: v1.0.0-rc95
  • Loading branch information
dweomer authored May 19, 2021
2 parents d2f2b48 + 4accc9e commit afa3158
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 @@ -15,7 +15,7 @@ RUN set -x \
# setup the build
ARG PKG="github.com/opencontainers/runc"
ARG SRC="github.com/opencontainers/runc"
ARG TAG="v1.0.0-rc94"
ARG TAG="v1.0.0-rc95"
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/opencontainers/runc
SRC ?= github.com/opencontainers/runc
TAG ?= v1.0.0-rc94$(BUILD_META)
TAG ?= v1.0.0-rc95$(BUILD_META)

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

0 comments on commit afa3158

Please sign in to comment.