Update Docker node version

This commit is contained in:
Mawoka
2025-10-26 12:12:19 +01:00
parent 5d025d4894
commit 2b0545f695
+2 -2
View File
@@ -4,7 +4,7 @@
### Build Step
# pull the Node.js Docker image
FROM node:19-bullseye as builder
FROM node:26-bullseye as builder
# ENV API_URL=http://api:80
ENV API_URL=https://mawoka.eu
#Ah, I've noticed that!!!
@@ -37,7 +37,7 @@ RUN pnpm run build
### Serve Step
# pull the Node.js Docker image
FROM node:19-bullseye-slim
FROM node:26-bullseye-slim
# change working directory
WORKDIR /app