Skip to content
Commits on Source (7)
......@@ -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
......
# Changelog
### [1.6.2](https://gitlab.mim-libre.fr/alphabet/laboite-blog-api/compare/release/1.6.1...release/1.6.2) (2024-01-30)
### Bug Fixes
* **libs:** update yarn librairies ([2d1be8f](https://gitlab.mim-libre.fr/alphabet/laboite-blog-api/commit/2d1be8f76eb34e2573d5acc2f7eaac500c82a0d1))
* **node:** update node alpine version ([62fdb6e](https://gitlab.mim-libre.fr/alphabet/laboite-blog-api/commit/62fdb6e0046d7b0715c4b49ff8338e36bec95685))
### [1.6.1](https://gitlab.mim-libre.fr/alphabet/laboite-blog-api/compare/release/1.6.0...release/1.6.1) (2023-11-07)
......
{
"name": "laboite-blog-backend",
"version": "1.6.1",
"version": "1.6.2",
"license": "EUPL-1.2",
"description": " API backend for laboite blog service",
"author": "EOLE/PCLL <team@eole.education> - DINUM",
......
This diff is collapsed.