Skip to content

Commit 90ce218

Browse files
Update weekly minor updates
1 parent 6da7e8e commit 90ce218

File tree

4 files changed

+1269
-1482
lines changed

4 files changed

+1269
-1482
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
repository: csesoc/deployment
6565
token: ${{ secrets.GH_TOKEN }}
6666
- name: Install yq - portable yaml processor
67-
uses: mikefarah/yq@v4.27.5
67+
uses: mikefarah/yq@v4.43.1
6868
- name: Determine file to update
6969
id: get_manifest
7070
env:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build layer template for an eventual TS migration
2-
FROM node:16.17.0-slim as builder
2+
FROM node:16.20.2-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 node:16.17.0-slim
12+
FROM node:16.20.2-slim
1313
ENV NODE_ENV=production
1414

1515
# Set working directory

0 commit comments

Comments
 (0)