Update docker image

This commit is contained in:
Tulir Asokan 2024-08-06 18:51:36 +03:00
parent 09a0efbf19
commit 49adb9b441
3 changed files with 10 additions and 14 deletions

View file

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