Update node Docker tag to v23
All checks were successful
Playwright Tests / test (pull_request) Successful in 6m47s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 15m45s

This commit is contained in:
Renovate Bot 2024-10-24 22:10:21 +00:00
parent a74a15bdb6
commit 58f6b8faaf

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