Update container images

This commit is contained in:
Liam 2025-01-10 12:27:59 -05:00
parent 4cb7a104b2
commit 27151d7439
3 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@ services:
- '5173:5173' - '5173:5173'
postgres: postgres:
image: postgres:16.4-alpine image: postgres:17.2-alpine
environment: environment:
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
volumes: volumes:
@ -67,7 +67,7 @@ services:
attach: false attach: false
opensearch: opensearch:
image: opensearchproject/opensearch:2.16.0 image: opensearchproject/opensearch:2.18.0
volumes: volumes:
- opensearch_data:/usr/share/opensearch/data - opensearch_data:/usr/share/opensearch/data
- ./docker/opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml - ./docker/opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml
@ -82,7 +82,7 @@ services:
attach: false attach: false
files: files:
image: andrewgaul/s3proxy:sha-4976e17 image: andrewgaul/s3proxy:sha-3ff077f
environment: environment:
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3 - JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
volumes: volumes:

View file

@ -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 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 \ 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 APP_DIR
ARG S3_SCHEME ARG S3_SCHEME
ARG S3_HOST ARG S3_HOST