aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index d865ce1..5d41e21 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:20.11.0-alpine as builder 1FROM node:20.11.1-alpine as builder
2 2
3WORKDIR /server-build 3WORKDIR /server-build
4 4
@@ -17,7 +17,7 @@ COPY . .
17RUN pnpm build 17RUN pnpm build
18 18
19# ---- RUNTIME IMAGE ---------------------------------------------------------- 19# ---- RUNTIME IMAGE ----------------------------------------------------------
20FROM node:20.11.0-alpine 20FROM node:20.11.1-alpine
21 21
22WORKDIR /app 22WORKDIR /app
23LABEL maintainer="ferdium" 23LABEL maintainer="ferdium"