Update non-elixir dependencies

This commit is contained in:
Liam 2024-03-04 12:08:35 -05:00
parent 14b117bc27
commit a16abb1321
2 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ services:
- redis
postgres:
image: postgres:15.3-alpine
image: postgres:16.2-alpine
environment:
- POSTGRES_PASSWORD=postgres
volumes:
@ -72,12 +72,12 @@ services:
hard: 65536
redis:
image: redis:7.0.11-alpine
image: redis:7.2.4-alpine
logging:
driver: "none"
files:
image: andrewgaul/s3proxy:sha-ba0fd6d
image: andrewgaul/s3proxy:sha-ec12ae0
environment:
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
volumes:

View file

@ -1,4 +1,4 @@
FROM openresty/openresty:1.21.4.1-7-alpine
FROM openresty/openresty:1.25.3.1-2-alpine
ARG APP_DIR
ARG S3_SCHEME
ARG S3_HOST