Skip to content

Commit

Permalink
fix(deps): update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent e961733 commit 82299b5
Show file tree
Hide file tree
Showing 6 changed files with 1,115 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq
uses: mikefarah/yq@v4.35.1
uses: mikefarah/yq@v4.45.1
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN npm run build

# ===== Stage 2: Setting up NGINX =====

FROM nginx:1.25.2-alpine
FROM nginx:1.27.3-alpine

# From stage 1, copy the build files into the default directory that NGINX serves files from.
# The project will serve requests inbound at port 80 in the container
Expand Down
Loading

0 comments on commit 82299b5

Please sign in to comment.