Skip to content

Commit

Permalink
Bump nginx from 1.27.2 to 1.27.3
Browse files Browse the repository at this point in the history
Bumps nginx from 1.27.2 to 1.27.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 47a2be7 commit 1064479
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
@@ -1,3 +1,3 @@
FROM nginx:1.27.2
FROM nginx:1.27.3
COPY . /usr/share/nginx/html/
RUN sed -i '/default_type application\/octet-stream;/d' /etc/nginx/nginx.conf

0 comments on commit 1064479

Please sign in to comment.