We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b6068 commit 664b8cdCopy full SHA for 664b8cd
Dockerfile
@@ -1,7 +1,7 @@
1
ARG TARGET=production
2
3
# Stage 1: Dependencies
4
-FROM node:24.8.0-bullseye AS dependencies
+FROM node:25.0.0-bullseye AS dependencies
5
6
WORKDIR /app
7
@@ -10,7 +10,7 @@ COPY package.json yarn.lock version.js ./
10
RUN yarn install
11
12
# Stage 2: Development
13
-FROM node:24.8.0-slim AS development
+FROM node:25.0.0-slim AS development
14
15
# Let's use bash as a default shell with login each time
16
SHELL ["/bin/bash", "--login", "-c"]
0 commit comments