Skip to content

Commit

Permalink
Bump nginxinc/nginx-unprivileged (#389)
Browse files Browse the repository at this point in the history
Bumps nginxinc/nginx-unprivileged from 1.27.2-alpine3.20 to 1.27.3-alpine3.20.

---
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>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 4bfa70f commit 3ba61fd
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 @@ -4,7 +4,7 @@ COPY . ./
RUN npm ci && npm run build

# production environment
FROM nginxinc/nginx-unprivileged:1.27.2-alpine3.20
FROM nginxinc/nginx-unprivileged:1.27.3-alpine3.20
COPY --from=build /app/packages/pxweb2/dist /usr/share/nginx/html
COPY nginx/conf.d/default.conf /etc/nginx/conf.d
EXPOSE 8080
Expand Down

0 comments on commit 3ba61fd

Please sign in to comment.