chore(deps): update docker.io/node docker tag to v23
Some checks failed
Build, check & Test / run (push) Failing after 30s
Lint / run (push) Failing after 28s
Build Docker Image / build_docker (push) Failing after 1m40s
Delete Packages / Delete the package on a deleted branch (pull_request) Has been skipped
Delete Packages / Delete the package on a closed Pull Request (pull_request) Failing after 41s
Some checks failed
Build, check & Test / run (push) Failing after 30s
Lint / run (push) Failing after 28s
Build Docker Image / build_docker (push) Failing after 1m40s
Delete Packages / Delete the package on a deleted branch (pull_request) Has been skipped
Delete Packages / Delete the package on a closed Pull Request (pull_request) Failing after 41s
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
#########
|
#########
|
||||||
# Build #
|
# Build #
|
||||||
#########
|
#########
|
||||||
FROM docker.io/node:22-alpine AS build
|
FROM docker.io/node:23-alpine AS build
|
||||||
|
|
||||||
# Build env variables
|
# Build env variables
|
||||||
ENV ASTRO_TELEMETRY_DISABLED=1
|
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||||
@ -35,7 +35,7 @@ RUN npm prune --omit=dev
|
|||||||
##############
|
##############
|
||||||
# Production #
|
# Production #
|
||||||
##############
|
##############
|
||||||
FROM docker.io/node:22-alpine AS prod
|
FROM docker.io/node:23-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:22-alpine as BUILD_IMAGE
|
FROM docker.io/node:23-alpine as BUILD_IMAGE
|
||||||
|
|
||||||
# run as non root user
|
# run as non root user
|
||||||
USER node
|
USER node
|
||||||
|
Reference in New Issue
Block a user