Skip to content

Commit

Permalink
chore(deps): update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent 35f1f3b commit 6ef7b43
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 1,529 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.27.5
uses: mikefarah/yq@v4.35.2
- name: Determine file to update
id: get_manifest
env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build layer template for an eventual TS migration
FROM node:16.17.0-slim as builder
FROM node:16.20.2-slim as builder
ENV NODE_ENV=production

# Set working directory
Expand All @@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --omit=dev

FROM node:16.17.0-slim
FROM node:16.20.2-slim
ENV NODE_ENV=production

# Set working directory
Expand Down
Loading

0 comments on commit 6ef7b43

Please sign in to comment.