Compare commits

...

2 commits

Author SHA1 Message Date
d701e2051c Merge pull request 'Update nginx Docker tag to v1.21.3' (#12) from renovate/nginx-1.x into master
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #12
2021-09-20 18:35:22 +00:00
3bbce9c488 Update nginx Docker tag to v1.21.3 2021-09-09 19:01:10 +00:00

View file

@ -1,3 +1,3 @@
FROM nginx:1.21.1-alpine
FROM nginx:1.21.3-alpine
COPY nginx.conf /etc/nginx/nginx.conf