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

Commit

Permalink
Merge pull request #1745 from helium/jg/update_runtime_image
Browse files Browse the repository at this point in the history
update alpine runtime image
  • Loading branch information
madninja authored Jun 16, 2022
2 parents d4063c9 + d4da819 commit f3b5dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/make_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ERLANG_IMAGE_SOURCE="erlang"

BUILD_IMAGE="${ERLANG_IMAGE_SOURCE}:${ERLANG_IMAGE}"

RUN_IMAGE="alpine:3.15"
RUN_IMAGE="alpine:3.16"

if [[ "$IMAGE_ARCH" == "arm64" ]]; then
BUILD_IMAGE="arm64v8/$BUILD_IMAGE"
Expand Down

0 comments on commit f3b5dcb

Please sign in to comment.