Skip to content
Commits on Source (5)
......@@ -38,7 +38,7 @@ stages:
- !reference [.rules-map, on-dev]
- !reference [.rules-map, not-on-semantic-release-commit]
- !reference [.rules-map, on-branch]
image: hub.eole.education/proxyhub/library/node:16.17.0-alpine
image: hub.eole.education/proxyhub/library/node:16.20.2-alpine
cache:
key:
files:
......@@ -126,7 +126,8 @@ new release: {extends: '.semantic-release:stable'}
testing prerelease: {extends: '.semantic-release:testing'}
# Avoid regression and update `version` of package*.json in `$DEV_BRANCH`
merge-to-dev: {extends: '.git:merge-to', variables: {GIT_MERGE_TARGET: $DEV_BRANCH}}
merge-to-dev:
{extends: '.git:merge-to', variables: {GIT_MERGE_TARGET: $DEV_BRANCH}}
## tag contribution branches with a more stable name than `git-${CI_COMMIT_SHORT_SHA}`
tag contrib branch:
......
# Check out https://hub.docker.com/_/node to select a new base image
FROM hub.eole.education/proxyhub/library/node:16.17.0-alpine
FROM hub.eole.education/proxyhub/library/node:16.20.2-alpine
# Set to a non-root built-in user `node`
USER node
......
{
"name": "laboite-blog-backend",
"version": "1.6.1",
"version": "1.6.2-testing.1",
"license": "EUPL-1.2",
"description": " API backend for laboite blog service",
"author": "EOLE/PCLL <team@eole.education> - DINUM",
......
This diff is collapsed.