Update node Docker tag to v23 #57

Merged
bustikiller merged 2 commits from renovate/node-23.x into main 2024-11-01 10:33:36 +00:00
Showing only changes of commit 6ed88c5427 - Show all commits

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