Skip to content

Commit e8224ec

Browse files
authored
Merge pull request #24 from planetscale/use-wolfi-base
docker: switch to wolfi base image
2 parents c6b58fe + b96607d commit e8224ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/planetscale/ghcommit:v0.1.10 AS ghcommit
22

3-
FROM public.ecr.aws/docker/library/alpine:3.18 AS base
3+
FROM pscale.dev/wolfi-prod/base:latest AS base
44

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

0 commit comments

Comments
 (0)