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 Nov 26, 2024
1 parent 1af826e commit 9be7f2f
Show file tree
Hide file tree
Showing 3 changed files with 976 additions and 1,358 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.18.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 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 9be7f2f

Please sign in to comment.