File tree Expand file tree Collapse file tree 4 files changed +2699
-1498
lines changed Expand file tree Collapse file tree 4 files changed +2699
-1498
lines changed Original file line number Diff line number Diff line change 64
64
repository : csesoc/deployment
65
65
token : ${{ secrets.GH_TOKEN }}
66
66
- name : Install yq - portable yaml processor
67
- uses : mikefarah/yq@v4.44.2
67
+ uses : mikefarah/yq@v4.45.4
68
68
- name : Determine file to update
69
69
id : get_manifest
70
70
env :
Original file line number Diff line number Diff line change 1
1
# Build layer template for an eventual TS migration
2
- FROM node:20.15.0 -slim AS builder
2
+ FROM node:20.19.2 -slim AS builder
3
3
ENV NODE_ENV=production
4
4
5
5
# Set working directory
@@ -9,7 +9,7 @@ WORKDIR /app
9
9
COPY package.json package-lock.json ./
10
10
RUN npm ci --omit=dev
11
11
12
- FROM ghcr.io/puppeteer/puppeteer:22.12.1
12
+ FROM ghcr.io/puppeteer/puppeteer:22.15.0
13
13
ENV NODE_ENV=production
14
14
15
15
USER root
You can’t perform that action at this time.
0 commit comments