From 06ced2415a2dc5dce6b8335d137f8177367f238f Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Wed, 13 Nov 2024 03:18:29 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63a57bb..8af339c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ stages: - deploy import-convert-assets: - image: alpine:3.16.2 + image: alpine:3.20.3 stage: import-convert-assets before_script: - apk add inkscape curl -- GitLab