aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-16 15:42:59 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-04-16 10:25:10 +0000
commitbeb28cc814fc8017462b42d2c184391cfa9dd37c (patch)
treede4475a65d635026f76d767ff0236c9707955bb6 /Dockerfile
parentUpdate dev scripts (#126) (diff)
downloadferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.tar.gz
ferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.tar.zst
ferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.zip
Upgrade python, node and pnpm
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 8d41cee..b21de21 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:20.12.0-alpine as builder 1FROM node:20.12.2-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.12.0-alpine 20FROM node:20.12.2-alpine
21 21
22WORKDIR /app 22WORKDIR /app
23LABEL maintainer="ferdium" 23LABEL maintainer="ferdium"