We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f9bd7 commit ca1f95aCopy full SHA for ca1f95a
.github/workflows/docker.yml
@@ -64,7 +64,7 @@ jobs:
64
repository: csesoc/deployment
65
token: ${{ secrets.GH_TOKEN }}
66
- name: Install yq - portable yaml processor
67
- uses: mikefarah/yq@v4.44.2
+ uses: mikefarah/yq@v4.47.2
68
- name: Determine file to update
69
id: get_manifest
70
env:
Dockerfile
@@ -1,5 +1,5 @@
1
# Build layer template for an eventual TS migration
2
-FROM node:20.15.0-slim AS builder
+FROM node:20.19.5-slim AS builder
3
ENV NODE_ENV=production
4
5
# Set working directory
0 commit comments