From fca8d99483e61e8edde0f6689f466a101311a1ac Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Tue, 8 Apr 2025 03:22:36 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2513364..eb15bd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ stages: - deploy import-convert-assets: - image: alpine:3.20.3 + image: alpine:3.21.3 stage: import-convert-assets before_script: - apk add inkscape curl -- GitLab