chore(deps): update docker.io/node docker tag to v22
Some checks failed
Build Docker Image / build_docker (push) Failing after 2m45s
Lint / run (push) Failing after 39s
Build, check & Test / run (push) Successful in 8m1s
Delete Packages / Delete the package on a closed Pull Request (pull_request) Failing after 6s
Delete Packages / Delete the package on a deleted branch (pull_request) Has been skipped
Some checks failed
Build Docker Image / build_docker (push) Failing after 2m45s
Lint / run (push) Failing after 39s
Build, check & Test / run (push) Successful in 8m1s
Delete Packages / Delete the package on a closed Pull Request (pull_request) Failing after 6s
Delete Packages / Delete the package on a deleted branch (pull_request) Has been skipped
This commit is contained in:
parent
18c672298d
commit
cc30ef6fe0
@ -3,7 +3,7 @@
|
|||||||
#########
|
#########
|
||||||
# Build #
|
# Build #
|
||||||
#########
|
#########
|
||||||
FROM docker.io/node:20-alpine AS build
|
FROM docker.io/node:22-alpine AS build
|
||||||
|
|
||||||
# run as non root user
|
# run as non root user
|
||||||
USER node
|
USER node
|
||||||
@ -29,7 +29,7 @@ RUN npm prune --omit=dev
|
|||||||
##############
|
##############
|
||||||
# Production #
|
# Production #
|
||||||
##############
|
##############
|
||||||
FROM docker.io/node:20-alpine AS prod
|
FROM docker.io/node:22-alpine AS prod
|
||||||
|
|
||||||
# inform software to be in production
|
# inform software to be in production
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#########
|
#########
|
||||||
# Build #
|
# Build #
|
||||||
#########
|
#########
|
||||||
FROM docker.io/node:20-alpine as BUILD_IMAGE
|
FROM docker.io/node:22-alpine as BUILD_IMAGE
|
||||||
|
|
||||||
# run as non root user
|
# run as non root user
|
||||||
USER node
|
USER node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user