Skip to content

Commit

Permalink
chore(deps): update node.js to v22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 30a338e commit 0da898c
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.13.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.13.0-alpine
WORKDIR /usr/src/app

RUN apk add --no-cache tini
Expand Down

0 comments on commit 0da898c

Please sign in to comment.