Skip to content

Commit

Permalink
docker: bump nginxinc/nginx-unprivileged from 0569600 to aea7920
Browse files Browse the repository at this point in the history
Bumps nginxinc/nginx-unprivileged from `0569600` to `aea7920`.

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 66a7384 commit 6e92b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ COPY . .
ARG NODE_ENV=production
RUN npm run build

FROM docker.io/nginxinc/nginx-unprivileged:1.25-alpine3.18@sha256:05696001775e33798fccab756b8a9441671aa961718019d7097fb7c75dae69b6
FROM docker.io/nginxinc/nginx-unprivileged:1.25-alpine3.18@sha256:aea7920b3391dfc696225766a94779a283b8ccb1070cc341d4e601c52002de9d
COPY --from=stage1 /app/server/public /app

0 comments on commit 6e92b7c

Please sign in to comment.