bump software versions

This commit is contained in:
L. Fox 2025-04-04 09:25:09 +02:00
parent 37fd3fc059
commit f31d075e32
No known key found for this signature in database
GPG key ID: 5AE0F70C6616DB27
2 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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 \