Skip to content

Commit

Permalink
Merge pull request #6258 from deNBI/deps/patch-all-minor-patch
Browse files Browse the repository at this point in the history
feat(Dependencies): Update all non-major dependencies (patch)
  • Loading branch information
dweinholz authored Feb 7, 2025
2 parents a436f94 + 693ab4f commit 8dbc92c
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/create-pull-request@v7.0.5
uses: peter-evans/create-pull-request@v7.0.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . .
RUN npx ng build --configuration=custom

### STAGE 2: Setup
FROM nginx:1.27.2-alpine
FROM nginx:1.27.4-alpine

# Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down
Loading

0 comments on commit 8dbc92c

Please sign in to comment.