docker update

This commit is contained in:
byte[] 2021-07-09 23:22:26 -04:00
parent ed8758cbf6
commit ac6dde20ef
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ services:
hard: 65536
redis:
image: redis:6.2.3-alpine
image: redis:6.2.4-alpine
logging:
driver: "none"

View file

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