about summary refs log tree commit diff
path: root/compose/nginx/Dockerfile
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2020-05-24 23:38:17 +0200
committerPaweł Dybiec <pawel@dybiec.info>2020-05-24 23:38:17 +0200
commitdb4ec760f4c5a2d2a881ff2ff86143f33d6decd0 (patch)
tree470cf9ab6a33585242147fd26d91ba264d313f1d /compose/nginx/Dockerfile
parentAdd cs map service (diff)
Add my website
Diffstat (limited to 'compose/nginx/Dockerfile')
-rw-r--r--compose/nginx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/nginx/Dockerfile b/compose/nginx/Dockerfile
index 93878d2..98e8011 100644
--- a/compose/nginx/Dockerfile
+++ b/compose/nginx/Dockerfile
@@ -1,4 +1,4 @@
-FROM nginx:alpine
+FROM nginx:mainline
 RUN rm -rf /etc/nginx/fastcgi.conf \
        /etc/nginx/fastcgi_params \
        /etc/nginx/scgi_params \