From 1ea3158bc82ac48e62a4a3b94c3e8196c8e449b3 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Thu, 14 Sep 2023 03:13:21 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.18.3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79e53a6..b8c39e7 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.3 stage: import-convert-assets before_script: - apk add inkscape curl -- GitLab