change alpine to debian

This commit is contained in:
tuanvu
2026-02-16 14:39:36 +01:00
parent a168cd1d88
commit 2034192e2f

View File

@@ -15,9 +15,9 @@ variables:
check_app_update:
stage: check
image: alpine:latest
image: debian:latest
before_script:
- apk add --no-cache git
- apt-get update && apt-get install -y git
script:
# Récupère le dernier commit distant
- LATEST_REMOTE=$(git ls-remote $APP_REPO HEAD | awk '{print $1}')