Skip to content

Commit

Permalink
Update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 74aa923 commit bdca4d5
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 621 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.17.0-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 ghcr.io/puppeteer/puppeteer:22.12.1
FROM ghcr.io/puppeteer/puppeteer:22.15.0
ENV NODE_ENV=production

USER root
Expand Down
Loading

0 comments on commit bdca4d5

Please sign in to comment.