fix(dockerfile): update base image registry domain to git.gorym.net
Build & Publish DevSecOps Runner / Build & Publish Runner Image to Giteastry (push) Failing after 7s Details

This commit is contained in:
Marc Lasserre 2026-08-27 23:00:24 +02:00
parent 46d4ad8412
commit fe93f3dd52
Signed by: M7s
GPG Key ID: F74837410959661B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# SOURCE INTERNE STRICTE (Giteastry) # SOURCE INTERNE STRICTE (Giteastry)
FROM container.rym.local/mirror/alpine:3.19 FROM git.gorym.net/mirror/alpine:3.19
# Outillage pré-installé dans le runner central # Outillage pré-installé dans le runner central
RUN apk add --no-cache \ RUN apk add --no-cache \