Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
dependabot[bot]
02c19d1441 Bump nginx in /compose/production/nginx
Bumps nginx from 1.17.8-alpine to 1.27.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10 17:56:02 +00:00

View file

@ -1,2 +1,2 @@
FROM docker.io/nginx:1.17.8-alpine
FROM docker.io/nginx:1.27.3-alpine
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf