Skip to content

Commit

Permalink
Bump nginx in /{{ cookiecutter.project_name }}/docker/dist/nginx
Browse files Browse the repository at this point in the history
Bumps nginx from 1.15.3-alpine to 1.21.1-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 3, 2021
1 parent 3a3487e commit a90c63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.15.3-alpine
FROM nginx:1.21.1-alpine
WORKDIR /app
RUN mkdir /app/statics

Expand Down

0 comments on commit a90c63d

Please sign in to comment.