Skip to content

Commit

Permalink
Update non-elixir dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Mar 4, 2024
1 parent 14b117b commit a16abb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- redis

postgres:
image: postgres:15.3-alpine
image: postgres:16.2-alpine
environment:
- POSTGRES_PASSWORD=postgres
volumes:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a16abb1

Please sign in to comment.