Update node Docker tag to v24
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 3m14s
Add copyright notice / copyright_notice (pull_request) Successful in 5m27s
Build Nginx-based docker image / build-static-assets (push) Successful in 29m44s
Playwright Tests / test (pull_request) Successful in 28m23s

This commit is contained in:
Renovate Bot 2025-06-09 02:06:56 +00:00
parent 0dc182f712
commit 42d6ce60e9
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