Skip to content

Commit

Permalink
Merge pull request #18 from planetscale/faun/switch-image-source
Browse files Browse the repository at this point in the history
Use ECR registry to avoid rate-limiting
  • Loading branch information
faun authored Aug 14, 2023
2 parents 1182bec + 6fee0c7 commit b2523c4
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
@@ -1,6 +1,6 @@
FROM ghcr.io/planetscale/ghcommit:v0.1.6 AS ghcommit

FROM alpine:3.18 AS base
FROM public.ecr.aws/docker/library/alpine:3.18 AS base

COPY --from=ghcommit /ghcommit /usr/bin/ghcommit

Expand Down

0 comments on commit b2523c4

Please sign in to comment.