Replace alpine packages with data.forgejo.org/oci/alpine latest
This commit is contained in:
parent
736c1dd909
commit
69ceb0cb6c
3 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,6 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/alpine:3.21
|
||||
image: data.forgejo.org/oci/alpine:3.21
|
||||
steps:
|
||||
- run: grep Alpine /etc/os-release
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ networks:
|
|||
|
||||
services:
|
||||
forgejo:
|
||||
image: code.forgejo.org/oci/alpine:latest
|
||||
image: data.forgejo.org/oci/alpine:latest
|
||||
volumes:
|
||||
- ./forgejo/certs/:/usr/local/share/ca-certificates/
|
||||
- ./forgejo/init/:/init/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue