Skip to content

Commit a02fa56

Browse files
committed
try including the tag in the pinned docker URL
1 parent 7e3c46a commit a02fa56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_bumper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Authorization: Bearer ${token}
5454
EOF
5555
)"
5656

57-
echo; echo "export DOCKER_IMAGE='${name}@${digest}' # ${tag} ${cpu}"
57+
echo; echo "export DOCKER_IMAGE='${name}:${tag}@${digest}' # ${cpu}"
5858

5959
# Find out the latest AppVeyor CI Ubuntu worker image
6060

_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) Viktor Szakats. See LICENSE.md
44
# SPDX-License-Identifier: MIT
55

6-
export DOCKER_IMAGE='debian@sha256:f698e6243e87c0d6b727daae959c3f15a64a3a39cc280a2dd1305d007b3d5f27' # testing-20250908-slim amd64
6+
export DOCKER_IMAGE='debian:testing-20250908-slim@sha256:f698e6243e87c0d6b727daae959c3f15a64a3a39cc280a2dd1305d007b3d5f27' # amd64
77

88
export CURL_VER_='8.16.0'
99
export CURL_HASH=40c8cddbcb6cc6251c03dea423a472a6cea4037be654ba5cf5dec6eb2d22ff1d

0 commit comments

Comments
 (0)