Skip to content

Commit

Permalink
fix(deps): update node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 2b3bc6a commit e794f24
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.1-alpine AS build
WORKDIR /app

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

# -- execution --
FROM node:22.12.0-alpine
FROM node:22.13.1-alpine
WORKDIR /app

RUN apk add --no-cache tini
Expand Down

0 comments on commit e794f24

Please sign in to comment.