Update node Docker tag to v23
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Failing after 25s
Add copyright notice / copyright_notice (pull_request) Successful in 1m19s
Playwright Tests / test (pull_request) Successful in 6m5s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 10m35s
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Failing after 25s
Add copyright notice / copyright_notice (pull_request) Successful in 1m19s
Playwright Tests / test (pull_request) Successful in 6m5s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 10m35s
This commit is contained in:
parent
266f0970a4
commit
3caa6fe50e
@ -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