dependency upgrades

This commit is contained in:
byte[] 2020-09-06 12:57:33 -04:00
parent 1260867101
commit db0ecc286b
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ services:
- redis - redis
postgres: postgres:
image: postgres:12.3 image: postgres:12.4
environment: environment:
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
volumes: volumes:
@ -43,7 +43,7 @@ services:
hard: 65536 hard: 65536
redis: redis:
image: redis:5.0.9 image: redis:6.0.7
logging: logging:
driver: "none" driver: "none"

View file

@ -1,4 +1,4 @@
FROM elixir:1.10.3 FROM elixir:1.10.4
RUN apt-get update \ RUN apt-get update \
&& apt-get -qq -y install apt-transport-https \ && apt-get -qq -y install apt-transport-https \

View file

@ -1,4 +1,4 @@
FROM nginx:1.17.10 FROM nginx:1.18.0
ENV APP_DIR /srv/philomena ENV APP_DIR /srv/philomena
COPY docker/web/nginx.conf /tmp/docker.nginx COPY docker/web/nginx.conf /tmp/docker.nginx
RUN envsubst '$APP_DIR' < /tmp/docker.nginx > /etc/nginx/conf.d/default.conf RUN envsubst '$APP_DIR' < /tmp/docker.nginx > /etc/nginx/conf.d/default.conf