Skip to content

Commit

Permalink
Revert "temporarily use rate-limited base image to bootstrap ppc64le"
Browse files Browse the repository at this point in the history
This reverts commit ef0a2e8.
  • Loading branch information
Adrian Cole committed Dec 5, 2023
1 parent ef0a2e8 commit 274ba9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY . /code/

# See from a previously published version to avoid pulling from Docker Hub (docker.io)
# This version is only used to install the real version
FROM alpine:3.18.5 as install
FROM ghcr.io/openzipkin/alpine:3.18.5 as install

WORKDIR /code
# Conditions aren't supported in Dockerfile instructions, so we copy source even if it isn't used.
Expand Down

0 comments on commit 274ba9b

Please sign in to comment.