Skip to content

Commit

Permalink
chore(deps): update node.js to v14.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 9fe8e5c commit caa9b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A temporary image that installs dependencies and
# builds the production-ready front-end bundles.

FROM node:14.21.2-alpine as bundles
FROM node:14.21.3-alpine as bundles
WORKDIR /usr/src/smee.io
COPY package*.json ./
COPY webpack.config.js ./
Expand All @@ -13,7 +13,7 @@ RUN npm ci && npm run build && env NODE_ENV=production npm prune

# --------------------------------------------------------------------------------

FROM node:14.21.2-alpine
FROM node:14.21.3-alpine
LABEL description="Smee.io"

# Let's make our home
Expand Down

0 comments on commit caa9b2f

Please sign in to comment.