Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
8adbfe6e61 Update node Docker tag to v24
Some checks failed
Playwright Tests / test (pull_request) Has been skipped
Build Nginx-based docker image / build-static-assets (push) Failing after 1m11s
Check usage of free licenses / build-static-assets (pull_request) Failing after 49s
Add copyright notice / copyright_notice (pull_request) Failing after 1m5s
2025-05-16 02:09:59 +00:00
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