Skip to content

Commit

Permalink
chore(deps): update node.js to v22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 86d3f3b commit 03b75c3
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,5 +1,5 @@
# -- compilation --
FROM node:22.12.0-alpine as build
FROM node:22.14.0-alpine as build
WORKDIR /usr/src/app

# install dependencies
Expand All @@ -11,7 +11,7 @@ COPY . .
RUN npm run build

# -- execution --
FROM node:22.12.0-alpine
FROM node:22.14.0-alpine
WORKDIR /usr/src/app

RUN apk add --no-cache tini
Expand Down

0 comments on commit 03b75c3

Please sign in to comment.