mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
dependency upgrades
This commit is contained in:
parent
1260867101
commit
db0ecc286b
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ services:
|
|||
- redis
|
||||
|
||||
postgres:
|
||||
image: postgres:12.3
|
||||
image: postgres:12.4
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
|
@ -43,7 +43,7 @@ services:
|
|||
hard: 65536
|
||||
|
||||
redis:
|
||||
image: redis:5.0.9
|
||||
image: redis:6.0.7
|
||||
logging:
|
||||
driver: "none"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.10.3
|
||||
FROM elixir:1.10.4
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -qq -y install apt-transport-https \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.17.10
|
||||
FROM nginx:1.18.0
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue