Update node Docker tag to v23

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

@ -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