Skip to content

Commit

Permalink
Merge pull request #6057 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
qqmok authored Apr 18, 2024
2 parents 215a961 + 88de636 commit aa37fb7
Show file tree
Hide file tree
Showing 10 changed files with 650 additions and 419 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/[email protected].2
uses: peter-evans/[email protected].4
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 @@ -20,7 +20,7 @@ COPY . .
RUN $(npm bin)/ng build --configuration=custom --build-optimizer

### STAGE 2: Setup ###
FROM nginx:1.25.4-alpine
FROM nginx:1.25.5-alpine

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

0 comments on commit aa37fb7

Please sign in to comment.