Skip to content

Commit 443b5cc

Browse files
Bump nginx in /{{ cookiecutter.project_name }}/docker/dist/nginx
Bumps nginx from 1.21.4-alpine to 1.21.5-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8d9bf5 commit 443b5cc

File tree

1 file changed

+1
-1
lines changed
  • {{ cookiecutter.project_name }}/docker/dist/nginx

1 file changed

+1
-1
lines changed

{{ cookiecutter.project_name }}/docker/dist/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.21.4-alpine
1+
FROM nginx:1.21.5-alpine
22
WORKDIR /app
33
RUN mkdir /app/statics
44

0 commit comments

Comments
 (0)