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 eff88a8 commit 99e0f34Copy full SHA for 99e0f34
backend/Dockerfile
@@ -1,13 +1,13 @@
1
# Build
2
-FROM node:22.15.1-slim AS build
+FROM node:22.16.0-slim AS build
3
4
# Copy, build static files; see .dockerignore for exclusions
5
WORKDIR /app
6
COPY . ./
7
RUN npm run deploy
8
9
# Dependencies
10
-FROM node:22.15.1-slim AS dependencies
+FROM node:22.16.0-slim AS dependencies
11
12
13
0 commit comments