Skip to content

Commit ece2119

Browse files
chore(deps): update node.js to v24
1 parent abe8d12 commit ece2119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A temporary image that installs dependencies and
22
# builds the production-ready front-end bundles.
33

4-
FROM node:22-alpine AS bundles
4+
FROM node:24-alpine AS bundles
55
WORKDIR /usr/src/smee.io
66
COPY package*.json ./
77
COPY webpack.config.js ./
@@ -14,7 +14,7 @@ RUN env NODE_ENV=production npm prune
1414

1515
# --------------------------------------------------------------------------------
1616

17-
FROM node:22-alpine
17+
FROM node:24-alpine
1818
LABEL description="Smee.io"
1919

2020
# Let's make our home

0 commit comments

Comments
 (0)