File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# The web Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker.
22# Make sure you update this Dockerfile, the Dockerfile in the web workspace and copy that over to Dockerfile in the docs.
3- FROM node:24.12.0 -alpine AS base
3+ FROM node:24-alpine AS base
44
55FROM base AS builder
66# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Original file line number Diff line number Diff line change 11
2- FROM node:24.12.0 -alpine AS base
2+ FROM node:24-alpine AS base
33
44# ---- Builder Stage ----
55FROM base AS builder
Original file line number Diff line number Diff line change 11# This Dockerfile is copy-pasted into our main docs at /docs/handbook/deploying-with-docker.
22# Make sure you update both files!
3- FROM node:24.12.0 -alpine AS base
3+ FROM node:24-alpine AS base
44
55FROM base AS builder
66# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
You can’t perform that action at this time.
0 commit comments