Learning-Management-System/compose/production/nginx/Dockerfile
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

2 lines
111 B
Docker

FROM docker.io/nginx:1.27.3-alpine
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf