From daf0fd5a540bf28dc9bc892e55e96b192910df9b Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Wed, 10 May 2023 03:14:15 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.18.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9f8652..fb14d9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ stages: - deploy import-convert-assets: - image: alpine:3.16.2 + image: alpine:3.18.0 stage: import-convert-assets before_script: - apk add inkscape curl -- GitLab