We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdb0df commit 4039b8aCopy full SHA for 4039b8a
.github/workflows/build-pr.yml
@@ -3,6 +3,12 @@ name: Build PR
3
on:
4
pull_request:
5
6
+permissions:
7
+ contents: read
8
+ pull-requests: write
9
+ packages: write
10
+ issues: write
11
+
12
env:
13
IMAGE_BASE: "ghcr.io/${{ github.repository_owner }}/excalidraw"
14
Dockerfile
@@ -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
15
16
COPY --from=build /opt/node_app/build /usr/share/nginx/html
17
0 commit comments