Skip to content

Commit bdca4d5

Browse files
Update weekly minor updates
1 parent 74aa923 commit bdca4d5

File tree

3 files changed

+509
-621
lines changed

3 files changed

+509
-621
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build layer template for an eventual TS migration
2-
FROM node:20.15.0-slim AS builder
2+
FROM node:20.17.0-slim AS builder
33
ENV NODE_ENV=production
44

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

12-
FROM ghcr.io/puppeteer/puppeteer:22.12.1
12+
FROM ghcr.io/puppeteer/puppeteer:22.15.0
1313
ENV NODE_ENV=production
1414

1515
USER root

0 commit comments

Comments
 (0)