Skip to content

Commit 4039b8a

Browse files
Bump nginxinc/nginx-unprivileged from 1.23.0-alpine to 1.23.1-alpine (#5)
* 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eike Haller <58111764+eksrha@users.noreply.github.com>
1 parent bfdb0df commit 4039b8a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Build PR
33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
packages: write
10+
issues: write
11+
612
env:
713
IMAGE_BASE: "ghcr.io/${{ github.repository_owner }}/excalidraw"
814

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN yarn --ignore-optional
1111
ARG NODE_ENV=production
1212
RUN yarn build:app:docker
1313

14-
FROM nginxinc/nginx-unprivileged:1.23.0-alpine
14+
FROM nginxinc/nginx-unprivileged:1.23.1-alpine
1515

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

0 commit comments

Comments
 (0)