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

This commit is contained in:
Renovate Bot 2024-10-31 23:09:46 +00:00
parent 266f0970a4
commit 3caa6fe50e

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