Skip to content

Commit

Permalink
fix(deps): update node.js to v20.15.1 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 5c8cef5 commit 46069e0
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:20.15.0-alpine AS build
FROM node:20.15.1-alpine AS build
WORKDIR /app

# install dependencies
Expand All @@ -14,7 +14,7 @@ RUN npm run build


# -- execution --
FROM node:20.15.0-alpine
FROM node:20.15.1-alpine
WORKDIR /app

# install PRODUCTION dependencies
Expand Down

0 comments on commit 46069e0

Please sign in to comment.