From 55372d1757ed42cb5217f7938fdceb7e28de87c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:09:01 +0000 Subject: [PATCH] Bump mambaorg/micromamba from 1.4.3 to 1.5.1 in /containers Bumps mambaorg/micromamba from 1.4.3 to 1.5.1. --- updated-dependencies: - dependency-name: mambaorg/micromamba dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- containers/cluster-profiler__v4.8.1.Dockerfile | 2 +- containers/comparative-analysis__v1.0.0.Dockerfile | 2 +- containers/cooltools__v0.5.4.Dockerfile | 2 +- containers/dchic__vd4eb244.Dockerfile | 2 +- containers/diff-expression-analysis__v1.0.0.Dockerfile | 2 +- containers/diffdomain__v1c4b3db.Dockerfile | 2 +- containers/hic-breakfinder__v30a0dcc.Dockerfile | 4 ++-- containers/hicexplorer__v3.7.2.Dockerfile | 2 +- containers/hictrans__ve26ad6a.Dockerfile | 2 +- containers/hint__v2.2.8.Dockerfile | 2 +- containers/macs2__v2.2.9.1.Dockerfile | 2 +- containers/maxhic__vb553b8f.Dockerfile | 2 +- containers/microarray-analysis__v1.0.0.Dockerfile | 2 +- containers/plotting__v1.0.0.Dockerfile | 2 +- containers/pyutils__v1.0.0.Dockerfile | 2 +- containers/seqkit__v2.5.1.Dockerfile | 2 +- containers/wiggletools__v1.2.11.Dockerfile | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/containers/cluster-profiler__v4.8.1.Dockerfile b/containers/cluster-profiler__v4.8.1.Dockerfile index 5a8233b..fdf75b5 100644 --- a/containers/cluster-profiler__v4.8.1.Dockerfile +++ b/containers/cluster-profiler__v4.8.1.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION diff --git a/containers/comparative-analysis__v1.0.0.Dockerfile b/containers/comparative-analysis__v1.0.0.Dockerfile index 7d2df1d..9efe33b 100644 --- a/containers/comparative-analysis__v1.0.0.Dockerfile +++ b/containers/comparative-analysis__v1.0.0.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION diff --git a/containers/cooltools__v0.5.4.Dockerfile b/containers/cooltools__v0.5.4.Dockerfile index 518c877..e9d4fd3 100644 --- a/containers/cooltools__v0.5.4.Dockerfile +++ b/containers/cooltools__v0.5.4.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/dchic__vd4eb244.Dockerfile b/containers/dchic__vd4eb244.Dockerfile index e6ffba9..e7834e2 100644 --- a/containers/dchic__vd4eb244.Dockerfile +++ b/containers/dchic__vd4eb244.Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update \ && chmod 755 dchic/dchicf.r -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION diff --git a/containers/diff-expression-analysis__v1.0.0.Dockerfile b/containers/diff-expression-analysis__v1.0.0.Dockerfile index 68b604d..e2d8b55 100644 --- a/containers/diff-expression-analysis__v1.0.0.Dockerfile +++ b/containers/diff-expression-analysis__v1.0.0.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION diff --git a/containers/diffdomain__v1c4b3db.Dockerfile b/containers/diffdomain__v1c4b3db.Dockerfile index 03dc6a2..1264766 100644 --- a/containers/diffdomain__v1c4b3db.Dockerfile +++ b/containers/diffdomain__v1c4b3db.Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update \ && find diffdomain -type f -exec chmod uga+r {} + \ && find diffdomain -type d -exec chmod uga+rx {} + -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/hic-breakfinder__v30a0dcc.Dockerfile b/containers/hic-breakfinder__v30a0dcc.Dockerfile index 35de9db..23ba704 100644 --- a/containers/hic-breakfinder__v30a0dcc.Dockerfile +++ b/containers/hic-breakfinder__v30a0dcc.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS builder +FROM mambaorg/micromamba:1.5.1 AS builder ARG CONTAINER_VERSION @@ -33,7 +33,7 @@ RUN cd hic_breakfinder \ && make -j $(nproc) -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION diff --git a/containers/hicexplorer__v3.7.2.Dockerfile b/containers/hicexplorer__v3.7.2.Dockerfile index ec82e48..f3e9392 100644 --- a/containers/hicexplorer__v3.7.2.Dockerfile +++ b/containers/hicexplorer__v3.7.2.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/hictrans__ve26ad6a.Dockerfile b/containers/hictrans__ve26ad6a.Dockerfile index de930ed..9663f0c 100644 --- a/containers/hictrans__ve26ad6a.Dockerfile +++ b/containers/hictrans__ve26ad6a.Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update \ && git checkout "$HICTRANS_VERSION" -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION diff --git a/containers/hint__v2.2.8.Dockerfile b/containers/hint__v2.2.8.Dockerfile index c1dd057..153de78 100644 --- a/containers/hint__v2.2.8.Dockerfile +++ b/containers/hint__v2.2.8.Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ && curl -L "$BICSEQ2_SEG_URL" | tar -xzf - -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION diff --git a/containers/macs2__v2.2.9.1.Dockerfile b/containers/macs2__v2.2.9.1.Dockerfile index 4730889..fc20fd4 100644 --- a/containers/macs2__v2.2.9.1.Dockerfile +++ b/containers/macs2__v2.2.9.1.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/maxhic__vb553b8f.Dockerfile b/containers/maxhic__vb553b8f.Dockerfile index 55bc283..b17fdfd 100644 --- a/containers/maxhic__vb553b8f.Dockerfile +++ b/containers/maxhic__vb553b8f.Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update \ RUN if [ -z "$CONTAINER_VERSION" ]; then echo "Missing CONTAINER_VERSION --build-arg" && exit 1; fi -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/microarray-analysis__v1.0.0.Dockerfile b/containers/microarray-analysis__v1.0.0.Dockerfile index 126b554..2288398 100644 --- a/containers/microarray-analysis__v1.0.0.Dockerfile +++ b/containers/microarray-analysis__v1.0.0.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/plotting__v1.0.0.Dockerfile b/containers/plotting__v1.0.0.Dockerfile index 6c3cbdc..7a68224 100644 --- a/containers/plotting__v1.0.0.Dockerfile +++ b/containers/plotting__v1.0.0.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/pyutils__v1.0.0.Dockerfile b/containers/pyutils__v1.0.0.Dockerfile index 32706f1..a692740 100644 --- a/containers/pyutils__v1.0.0.Dockerfile +++ b/containers/pyutils__v1.0.0.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/seqkit__v2.5.1.Dockerfile b/containers/seqkit__v2.5.1.Dockerfile index e606204..75bcb5d 100644 --- a/containers/seqkit__v2.5.1.Dockerfile +++ b/containers/seqkit__v2.5.1.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION ARG MAMBA_DOCKERFILE_ACTIVATE=1 diff --git a/containers/wiggletools__v1.2.11.Dockerfile b/containers/wiggletools__v1.2.11.Dockerfile index 7aa00f6..3d54258 100644 --- a/containers/wiggletools__v1.2.11.Dockerfile +++ b/containers/wiggletools__v1.2.11.Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mambaorg/micromamba:1.4.3 AS base +FROM mambaorg/micromamba:1.5.1 AS base ARG CONTAINER_VERSION ARG MAMBA_DOCKERFILE_ACTIVATE=1