mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-07 20:19:39 +02:00
bump software versions
This commit is contained in:
parent
37fd3fc059
commit
f31d075e32
2 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
- '5173:5173'
|
||||
|
||||
postgres:
|
||||
image: postgres:17.2-alpine
|
||||
image: postgres:17.4-alpine
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
|
@ -67,7 +67,7 @@ services:
|
|||
attach: false
|
||||
|
||||
opensearch:
|
||||
image: opensearchproject/opensearch:2.18.0
|
||||
image: opensearchproject/opensearch:2.19.1
|
||||
volumes:
|
||||
- opensearch_data:/usr/share/opensearch/data
|
||||
- ./docker/opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml
|
||||
|
@ -78,11 +78,11 @@ services:
|
|||
hard: 65536
|
||||
|
||||
valkey:
|
||||
image: valkey/valkey:8.0-alpine
|
||||
image: valkey/valkey:8.1-alpine
|
||||
attach: false
|
||||
|
||||
files:
|
||||
image: andrewgaul/s3proxy:sha-3ff077f
|
||||
image: andrewgaul/s3proxy:sha-db34f6b
|
||||
environment:
|
||||
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
|
||||
volumes:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.18.1-alpine
|
||||
FROM elixir:1.18.3-alpine
|
||||
|
||||
ADD https://api.github.com/repos/philomena-dev/FFmpeg/git/refs/heads/release/6.1 /tmp/ffmpeg_version.json
|
||||
RUN (echo "https://github.com/philomena-dev/prebuilt-ffmpeg/raw/master"; cat /etc/apk/repositories) > /tmp/repositories \
|
||||
|
|
Loading…
Add table
Reference in a new issue