We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdeaa05 commit 3db1d21Copy full SHA for 3db1d21
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# A temporary image that installs dependencies and
2
# builds the production-ready front-end bundles.
3
4
-FROM node:22-alpine AS bundles
+FROM node:24-alpine AS bundles
5
WORKDIR /usr/src/smee.io
6
COPY package*.json ./
7
COPY webpack.config.js ./
@@ -14,7 +14,7 @@ RUN env NODE_ENV=production npm prune
14
15
# --------------------------------------------------------------------------------
16
17
-FROM node:22-alpine
+FROM node:24-alpine
18
LABEL description="Smee.io"
19
20
# Let's make our home
0 commit comments