mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
Docker update
This commit is contained in:
parent
d71537f597
commit
157f8a40fd
3 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
- '5173:5173'
|
||||
|
||||
postgres:
|
||||
image: postgres:16.4-alpine
|
||||
image: postgres:17.1-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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.17.2-alpine
|
||||
FROM elixir:1.17.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 \
|
||||
|
|
|
@ -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