Skip to content

Commit

Permalink
Update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent a7b8eeb commit 11c177f
Show file tree
Hide file tree
Showing 6 changed files with 925 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq
uses: mikefarah/yq@v4.35.1
uses: mikefarah/yq@v4.44.6
- 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 @@ -14,7 +14,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 11c177f

Please sign in to comment.