File tree Expand file tree Collapse file tree 4 files changed +1462
-1671
lines changed Expand file tree Collapse file tree 4 files changed +1462
-1671
lines changed Original file line number Diff line number Diff line change 6464 repository : csesoc/deployment
6565 token : ${{ secrets.GH_TOKEN }}
6666 - name : Install yq - portable yaml processor
67- uses : mikefarah/yq@v4.44 .2
67+ uses : mikefarah/yq@v4.47 .2
6868 - name : Determine file to update
6969 id : get_manifest
7070 env :
Original file line number Diff line number Diff line change 11# Build layer template for an eventual TS migration
2- FROM node:20.15.0 -slim AS builder
2+ FROM node:20.19.5 -slim AS builder
33ENV NODE_ENV=production
44
55# Set working directory
@@ -9,7 +9,7 @@ WORKDIR /app
99COPY package.json package-lock.json ./
1010RUN npm ci --omit=dev
1111
12- FROM ghcr.io/puppeteer/puppeteer:22.12.1
12+ FROM ghcr.io/puppeteer/puppeteer:22.15.0
1313ENV NODE_ENV=production
1414
1515USER root
You can’t perform that action at this time.
0 commit comments