Replace alpine packages with data.forgejo.org/oci/alpine latest

This commit is contained in:
Renovate Bot 2026-01-26 11:04:24 +00:00
parent 736c1dd909
commit 69ceb0cb6c
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
needs: [sh-fallback]
runs-on: docker
container:
image: code.forgejo.org/oci/alpine:latest
image: data.forgejo.org/oci/alpine:latest
steps:
- name: default is bash but with a fallback to sh in case it does not exist
run: |