Skip to content

Commit

Permalink
Bump nginxinc/nginx-unprivileged in /app
Browse files Browse the repository at this point in the history
Bumps nginxinc/nginx-unprivileged from 1.27.0-alpine-slim to 1.27.1-alpine-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 3f8097a commit 5ab7d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /site
COPY . .
RUN hugo -v -s /site -d /site/public

FROM nginxinc/nginx-unprivileged:1.27.0-alpine-slim
FROM nginxinc/nginx-unprivileged:1.27.1-alpine-slim
USER 1000
COPY config/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /site/public /usr/share/nginx/html

0 comments on commit 5ab7d5b

Please sign in to comment.