Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 9850a29 commit 9fd9555
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# DRY_RUN: true
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/[email protected].5
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
needs: prepare_jobs
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
# needs: release_semantic_dry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ COPY --from=lint /srv/app/package.json /tmp/package.json
#######################
# Provide a web server.

FROM nginx:1.27.2-alpine AS production
FROM nginx:1.27.3-alpine AS production

# The `CI` environment variable must be set for pnpm to run in headless mode
ENV CI=true
Expand Down
Loading

0 comments on commit 9fd9555

Please sign in to comment.