Skip to content

Commit

Permalink
static: fix CONTAINERD_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jul 25, 2022
1 parent 32d34b5 commit 8bdee01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export STATIC_VERSION
# Select the default version of containerd based on the docker engine source
# we need this variable here for naming the produced .tgz file.
# TODO containerd binaries should be built as part of containerd-packaging, not as part of docker/docker-ce-packaging
CONTAINERD_VERSION?=v$(shell grep "ARG CONTAINERD_VERSION" "$(ENGINE_DIR)/Dockerfile.windows" | awk -F'=' '{print $$2}')
CONTAINERD_VERSION?=$(shell grep "ARG CONTAINERD_VERSION" "$(ENGINE_DIR)/Dockerfile.windows" | awk -F'=' '{print $$2}')

export CONTAINERD_VERSION
export RUNC_VERSION
Expand Down

0 comments on commit 8bdee01

Please sign in to comment.