Update Alpine and Node

This commit is contained in:
Tulir Asokan 2025-08-20 10:26:10 +03:00
parent 905c91c285
commit beaba079ca
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ default:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build frontend:
image: node:22-alpine
image: node:24-alpine
stage: build frontend
before_script: []
variables: