From 86e53e2b44d35d801dbfb4eabcc0ce9cccb319b5 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sat, 16 Sep 2023 09:31:31 -0400 Subject: [PATCH] Update ponyc image location to ghcr.io (#10) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb3d39c..3b100a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG FROM_TAG=release-alpine -FROM ponylang/ponyc:${FROM_TAG} +FROM ghcr.io/ponylang/ponyc:${FROM_TAG} ARG PACKAGE