Skip to content

Commit

Permalink
Bump nginxinc/nginx-unprivileged from 1.23.0-alpine to 1.23.1-alpine (#5
Browse files Browse the repository at this point in the history
)

* Bump nginxinc/nginx-unprivileged from 1.23.0-alpine to 1.23.1-alpine

Bumps nginxinc/nginx-unprivileged from 1.23.0-alpine to 1.23.1-alpine.

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eike Haller <[email protected]>
  • Loading branch information
dependabot[bot] and eksrha authored Jul 23, 2022
1 parent bfdb0df commit 4039b8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Build PR
on:
pull_request:

permissions:
contents: read
pull-requests: write
packages: write
issues: write

env:
IMAGE_BASE: "ghcr.io/${{ github.repository_owner }}/excalidraw"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yarn --ignore-optional
ARG NODE_ENV=production
RUN yarn build:app:docker

FROM nginxinc/nginx-unprivileged:1.23.0-alpine
FROM nginxinc/nginx-unprivileged:1.23.1-alpine

COPY --from=build /opt/node_app/build /usr/share/nginx/html

Expand Down

0 comments on commit 4039b8a

Please sign in to comment.