Docker update

This commit is contained in:
Liam 2024-11-16 14:22:43 -05:00
parent d71537f597
commit 157f8a40fd
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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