Update node Docker tag to v23
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 9m51s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m41s
Playwright Tests / test (pull_request) Successful in 7m1s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 21m9s

This commit is contained in:
Renovate Bot 2024-10-29 23:06:25 +00:00
parent 9e8a35ad81
commit 17d4c3c9cd

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