Skip to content

Commit

Permalink
Update ponyc image location to ghcr.io (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Sep 16, 2023
1 parent 5b3e9b4 commit e55c2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-a-library/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG FROM_TAG=release-alpine
FROM ghcr.io/ponylang/changelog-tool:release AS changelog-tool

FROM ponylang/ponyc:${FROM_TAG}
FROM ghcr.io/ponylang/ponyc:${FROM_TAG}

COPY --from=changelog-tool /usr/local/bin/changelog-tool /usr/local/bin/changelog-tool

Expand Down
2 changes: 1 addition & 1 deletion x86-64-unknown-linux-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG FROM_TAG=release-alpine
FROM ponylang/ponyc:${FROM_TAG}
FROM ghcr.io/ponylang/ponyc:${FROM_TAG}

RUN apk add --update --no-cache \
alpine-sdk \
Expand Down

0 comments on commit e55c2ba

Please sign in to comment.