We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf39e6 commit 2a0ceb1Copy full SHA for 2a0ceb1
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22 AS builder
+FROM node:24 AS builder
2
3
WORKDIR /usr/src/app
4
@@ -11,9 +11,9 @@ RUN npm ci
11
COPY frontend/ .
12
RUN npm run build
13
14
-FROM node:22-alpine
+FROM node:24-alpine
15
16
-LABEL org.opencontainers.image.source https://github.com/Danielv123/serverManager
+LABEL org.opencontainers.image.source=https://github.com/Danielv123/serverManager
17
18
# Open a port in the firewall
19
EXPOSE 8080
0 commit comments