Skip to content

Commit 6d35fc1

Browse files
authored
Merge pull request #75 from mnako/dependabot/docker/{{-cookiecutter.project_name-}}/docker/dist/nginx/nginx-1.21.5-alpine
2 parents c8d9bf5 + 443b5cc commit 6d35fc1

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)