Skip to content

Commit

Permalink
Merge pull request #6083 from deNBI/deps/all-minor-patch
Browse files Browse the repository at this point in the history
feat(Dependencies): Update all non-major dependencies (minor)
  • Loading branch information
dweinholz authored Aug 15, 2024
2 parents 07063fe + bffbc73 commit d465574
Show file tree
Hide file tree
Showing 4 changed files with 1,660 additions and 1,266 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@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
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.26.1-alpine
FROM nginx:1.27.0-alpine

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

0 comments on commit d465574

Please sign in to comment.