Skip to content

Commit 28d294f

Browse files
committed
build-system: pin new docker image
This ensures that `make BUILD_IN_DOCKER=1` will use the same container that was used in the CI (Murdock).
1 parent e567db6 commit 28d294f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/docker.inc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# When the docker image is updated, checks at
66
# dist/tools/buildsystem_sanity_check/check.sh start complaining in CI, and
77
# provide the latest values to verify and fill in.
8-
DOCKER_TESTED_IMAGE_REPO_DIGEST := 63a87608742890b1ecfc2eea5289d32298d6696a4bd1d9d11a9da2fd32071e4f
8+
DOCKER_TESTED_IMAGE_REPO_DIGEST := 116c51ffe0c80ffcf9eb693334f8f2e180cdaa66509e81a21217fdd45a2858b5
99

1010
DOCKER_PULL_IDENTIFIER := docker.io/riot/riotbuild@sha256:$(DOCKER_TESTED_IMAGE_REPO_DIGEST)
1111
export DOCKER_IMAGE ?= $(DOCKER_PULL_IDENTIFIER)

0 commit comments

Comments
 (0)