Skip to content

Commit cab4ca2

Browse files
committed
static: fix CONTAINERD_VERSION
Signed-off-by: CrazyMax <[email protected]>
1 parent da985b1 commit cab4ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export STATIC_VERSION
2323
# Select the default version of containerd based on the docker engine source
2424
# we need this variable here for naming the produced .tgz file.
2525
# TODO containerd binaries should be built as part of containerd-packaging, not as part of docker/docker-ce-packaging
26-
CONTAINERD_VERSION?=v$(shell grep "ARG CONTAINERD_VERSION" "$(ENGINE_DIR)/Dockerfile.windows" | awk -F'=' '{print $$2}')
26+
CONTAINERD_VERSION?=$(shell grep "ARG CONTAINERD_VERSION" "$(ENGINE_DIR)/Dockerfile.windows" | awk -F'=' '{print $$2}')
2727

2828
export CONTAINERD_VERSION
2929
export RUNC_VERSION

0 commit comments

Comments
 (0)