Update deps
This commit is contained in:
parent
6663e8ed1e
commit
486f989494
33 changed files with 776 additions and 695 deletions
|
|
@ -1 +1 @@
|
|||
FROM docker.elastic.co/elasticsearch/elasticsearch:8.10.2
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:8.12.2
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM heartexlabs/label-studio:1.8.2
|
||||
FROM heartexlabs/label-studio:1.11.0
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM memcached:1.6.21-bookworm
|
||||
FROM memcached:1.6.23-bookworm
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM nginxproxy/nginx-proxy:1.3.1
|
||||
FROM nginxproxy/nginx-proxy:1.5.1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM opensearchproject/opensearch-dashboards:2.9.0
|
||||
FROM opensearchproject/opensearch-dashboards:2.12.0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM postgres:16-bookworm
|
||||
FROM postgres:15-bookworm
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
FROM redis:7.2.1-bookworm
|
||||
FROM redis:7.2.4-bookworm
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue