Skip to content

Commit

Permalink
build(deps): bump nginx from 1.27.0 to 1.27.2 (#322)
Browse files Browse the repository at this point in the history
* build(deps): bump nginx from 1.27.0 to 1.27.2

Bumps nginx from 1.27.0 to 1.27.2.

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump NJS version to match available packages

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Javier Evans <[email protected]>
  • Loading branch information
dependabot[bot] and 4141done authored Oct 31, 2024
1 parent 9bcab2c commit b25ce79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.oss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nginx:1.27.0@sha256:98f8ec75657d21b924fe4f69b6b9bff2f6550ea48838af479d8894a852000e40
FROM nginx:1.27.2@sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb

# NJS env vars
ENV NJS_VERSION=0.8.4
ENV NJS_RELEASE=2~bookworm
ENV NJS_VERSION=0.8.7
ENV NJS_RELEASE=1~bookworm

# Proxy cache env vars
ENV PROXY_CACHE_MAX_SIZE=10g
Expand Down

0 comments on commit b25ce79

Please sign in to comment.