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 #
|
||||
#########
|
||||
FROM docker.io/node:22-alpine AS build
|
||||
FROM docker.io/node:23-alpine AS build
|
||||
|
||||
# Build env variables
|
||||
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||
@ -35,7 +35,7 @@ RUN npm prune --omit=dev
|
||||
##############
|
||||
# Production #
|
||||
##############
|
||||
FROM docker.io/node:22-alpine AS prod
|
||||
FROM docker.io/node:23-alpine AS prod
|
||||
|
||||
# inform software to be in production
|
||||
ENV NODE_ENV=production
|
||||
|
Reference in New Issue
Block a user