Skip to content

Commit

Permalink
chore(deps): update weekly patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent d8f9e47 commit 64e5a04
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 162 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build layer template for an eventual TS migration
FROM node:20.15.0-slim as builder
FROM node:20.15.1-slim as builder
ENV NODE_ENV=production

# Set working directory
Expand All @@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --omit=dev

FROM node:20.15.0-slim
FROM node:20.15.1-slim
ENV NODE_ENV=production

# Set working directory
Expand Down
Loading

0 comments on commit 64e5a04

Please sign in to comment.