chore(ci): use code.forgejo.org/oci/alpine:latest

The current AWS outage revealed one location still using docker.io
instead of the code.forgejo.org mirror:

2025-10-20T09:22:44.6442259Z [actions-with-environment-and-context-tests/check] [DEBUG] Head "https://registry-1.docker.io/v2/library/alpine/manifests/3": received unexpected HTTP status: 503 Service Unavailable
This commit is contained in:
Earl Warren 2025-10-20 13:52:43 +02:00
parent a7487dadd7
commit 34281f6fa1
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -1,4 +1,4 @@
FROM alpine:3
FROM code.forgejo.org/oci/alpine:latest
COPY entrypoint.sh /entrypoint.sh