Update deps

This commit is contained in:
Darren Clarke 2024-03-03 18:13:26 +01:00
parent 6663e8ed1e
commit 486f989494
33 changed files with 776 additions and 695 deletions

View file

@ -1 +1 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.10.2
FROM docker.elastic.co/elasticsearch/elasticsearch:8.12.2

View file

@ -1 +1 @@
FROM heartexlabs/label-studio:1.8.2
FROM heartexlabs/label-studio:1.11.0

View file

@ -1 +1 @@
FROM memcached:1.6.21-bookworm
FROM memcached:1.6.23-bookworm

View file

@ -1 +1 @@
FROM nginxproxy/nginx-proxy:1.3.1
FROM nginxproxy/nginx-proxy:1.5.1

View file

@ -1 +1 @@
FROM opensearchproject/opensearch-dashboards:2.9.0
FROM opensearchproject/opensearch-dashboards:2.12.0

View file

@ -1 +1,2 @@
FROM opensearchproject/opensearch:2.9.0
FROM opensearchproject/opensearch:2.12.0
RUN /usr/share/opensearch/bin/opensearch-plugin install ingest-attachment -b

View file

@ -1 +1 @@
FROM postgres:16-bookworm
FROM postgres:15-bookworm

View file

@ -1 +1 @@
FROM redis:7.2.1-bookworm
FROM redis:7.2.4-bookworm

View file

@ -1,4 +1,4 @@
ARG ZAMMAD_VERSION=6.1.0
ARG ZAMMAD_VERSION=6.2.0
FROM node:16.18.0-slim as node
FROM zammad/zammad-docker-compose:${ZAMMAD_VERSION} AS builder