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:
parent
a7487dadd7
commit
34281f6fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3
|
||||
FROM code.forgejo.org/oci/alpine:latest
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue