Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit a8f4d69

Browse files
authored
Update buildkite runner image as well (#205)
matches #204
1 parent 157c43c commit a8f4d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/make_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
REGISTRY_HOST="quay.io/team-helium/blockchain-node"
66
BUILDER_IMAGE="erlang:24-alpine"
7-
RUNNER_IMAGE="alpine:3.16"
7+
RUNNER_IMAGE="alpine:3.17"
88

99
BUILD_TARGET=$1
1010
VERSION=$VERSION_TAG

0 commit comments

Comments
 (0)