Skip to content

Commit

Permalink
chore(deps): update weekly minor & patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent ad2b3ca commit 1242f42
Show file tree
Hide file tree
Showing 9 changed files with 3,951 additions and 4,204 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.34.1
uses: mikefarah/yq@v4.44.6
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.27.2
uses: mikefarah/yq@v4.44.6
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:20.2-alpine as builder
FROM node:20.18-alpine as builder

# Set the current working directory inside the container
WORKDIR /app
Expand All @@ -15,7 +15,7 @@ RUN npm run build


# Grab the latest Node base image
FROM node:20.2-alpine as runner
FROM node:20.18-alpine as runner

# Set the current working directory inside the container
WORKDIR /app
Expand Down
Loading

0 comments on commit 1242f42

Please sign in to comment.