Update node Docker tag to v23
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 6m9s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m33s
Playwright Tests / test (pull_request) Failing after 1m34s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 21m23s
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 6m9s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m33s
Playwright Tests / test (pull_request) Failing after 1m34s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 21m23s
This commit is contained in:
parent
a96ad3692e
commit
249389dc23
@ -1,6 +1,6 @@
|
||||
# Based on https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
|
||||
|
||||
FROM node:22-alpine AS base
|
||||
FROM node:23-alpine AS base
|
||||
|
||||
# Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
Loading…
x
Reference in New Issue
Block a user