Update node Docker tag to v23
Some checks failed
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 3m12s
Playwright Tests / test (pull_request) Successful in 11m15s

This commit is contained in:
Renovate Bot 2024-10-25 22:16:44 +00:00
parent 7cbd683857
commit 07d2a80933

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