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

This commit is contained in:
Renovate Bot 2024-10-28 23:08:07 +00:00
parent a96ad3692e
commit 249389dc23

View File

@ -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