Skip to content

Commit b6f0a8b

Browse files
Update weekly minor updates
1 parent 08f9bd7 commit b6f0a8b

File tree

4 files changed

+1645
-1623
lines changed

4 files changed

+1645
-1623
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.44.2
67+
uses: mikefarah/yq@v4.47.1
6868
- name: Determine file to update
6969
id: get_manifest
7070
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
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.19.4-slim AS builder
33
ENV NODE_ENV=production
44

55
# Set working directory

0 commit comments

Comments
 (0)