Update node Docker tag to v24
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 7m7s
Check usage of free licenses / build-static-assets (pull_request) Successful in 9m22s
Playwright Tests / test (pull_request) Has been skipped
Build Nginx-based docker image / build-static-assets (push) Successful in 35m50s

This commit is contained in:
Renovate Bot 2025-05-11 02:07:21 +00:00
parent d069d5bb26
commit a0631e16b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Based on https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
FROM node:23-alpine AS base
FROM node:24-alpine AS base
# Install dependencies only when needed
FROM base AS deps

View File

@ -1,6 +1,6 @@
# Based on https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
FROM node:23-alpine AS base
FROM node:24-alpine AS base
# Install dependencies only when needed
FROM base AS deps