mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
Merge pull request #396 from philomena-dev/container-updates
Update container images
This commit is contained in:
commit
b3c5396a45
3 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
- '5173:5173'
|
||||
|
||||
postgres:
|
||||
image: postgres:16.4-alpine
|
||||
image: postgres:17.2-alpine
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
|
@ -67,7 +67,7 @@ services:
|
|||
attach: false
|
||||
|
||||
opensearch:
|
||||
image: opensearchproject/opensearch:2.16.0
|
||||
image: opensearchproject/opensearch:2.18.0
|
||||
volumes:
|
||||
- opensearch_data:/usr/share/opensearch/data
|
||||
- ./docker/opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml
|
||||
|
@ -82,7 +82,7 @@ services:
|
|||
attach: false
|
||||
|
||||
files:
|
||||
image: andrewgaul/s3proxy:sha-4976e17
|
||||
image: andrewgaul/s3proxy:sha-3ff077f
|
||||
environment:
|
||||
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
|
||||
volumes:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.18.0-alpine
|
||||
FROM elixir:1.18.1-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 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM openresty/openresty:1.25.3.1-4-alpine
|
||||
FROM openresty/openresty:1.27.1.1-alpine
|
||||
ARG APP_DIR
|
||||
ARG S3_SCHEME
|
||||
ARG S3_HOST
|
||||
|
|
Loading…
Reference in a new issue