From ade0f19cae7bdeeea425b12545f6a7951cb32006 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sat, 6 Apr 2024 17:32:33 +0000 Subject: [PATCH] change to alpine 3.19 instead of 3.18 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4c2114..538a3e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build: - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA release: - image: node:20.12.1-alpine3.18 + image: node:20.12.1-alpine3.19 stage: release only: refs: