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

Commit

Permalink
Update buildkite runner image as well (#205)
Browse files Browse the repository at this point in the history
matches #204
  • Loading branch information
abhay authored Mar 2, 2023
1 parent 157c43c commit a8f4d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/make_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

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

BUILD_TARGET=$1
VERSION=$VERSION_TAG
Expand Down

0 comments on commit a8f4d69

Please sign in to comment.