Compare commits

...

3 Commits

Author SHA1 Message Date
3a36b00b92 Merge pull request 'chore(deps): update node.js to v20.12.1' (#65) from renovate/node-20.x into master
Some checks failed
ci / docker (push) Failing after 15s
Reviewed-on: #65
2024-04-06 17:55:30 +00:00
ade0f19cae change to alpine 3.19 instead of 3.18
All checks were successful
ci / docker (push) Successful in 29s
Bump version / create_release_tag (pull_request) Successful in 1m12s
2024-04-06 17:32:33 +00:00
d882c4166c chore(deps): update node.js to v20.12.1
All checks were successful
ci / docker (push) Successful in 16s
2024-04-04 15:17:47 +00:00

View File

@@ -31,7 +31,7 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
release:
image: node:20.11.1-alpine3.18
image: node:20.12.1-alpine3.19
stage: release
only:
refs: