change to 3.23

This commit is contained in:
tuanvu
2026-02-16 15:43:33 +01:00
parent 14839ad79b
commit 85964ad5e7

View File

@@ -35,7 +35,7 @@ check_app_update:
# Build Frontend (Angular)
build_frontend:
stage: build
image: node:alpine3.23
image: node:current-alpine3.23
dependencies:
- check_app_update
script:
@@ -44,6 +44,7 @@ build_frontend:
echo "No new commit, skipping build";
exit 0;
fi
- apk add --no-cache git python3 make g++
- git clone https://github.com/barais/doodlestudent.git doodlestudent
- ls -la doodlestudent/front #test
- cd doodlestudent/front