Skip to content

Commit

Permalink
Bump paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17
Browse files Browse the repository at this point in the history
Bumps [paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17](https://github.com/paulsengroup/ci-docker-images) from 20240126 to 20240318.
- [Commits](https://github.com/paulsengroup/ci-docker-images/commits)

---
updated-dependencies:
- dependency-name: paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 5d23acf commit c9792d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion containers/fetch-and-sum-bench__v1.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT


FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240126 as builder
FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240318 as builder

COPY conanfile.txt /tmp/
RUN conan install /tmp/conanfile.txt \
Expand Down
2 changes: 1 addition & 1 deletion containers/hic-tools__v3.30.00.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240126 as builder
FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240318 as builder

COPY utils /tmp/utils

Expand Down
2 changes: 1 addition & 1 deletion containers/hicrep__v0.2.6.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update \

RUN /opt/hicrep/vanilla/bin/hicrep --help

FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240126 as hicrep_hictk
FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240318 as hicrep_hictk


ARG HICREP_GIT='https://github.com/robomics/hicrep.git'
Expand Down
2 changes: 1 addition & 1 deletion containers/juicer-tools__v1.22.01.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT


FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240126 as builder
FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240318 as builder

COPY utils /tmp/utils

Expand Down
2 changes: 1 addition & 1 deletion containers/possum__v0.0.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT


FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240126 as builder
FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240318 as builder

ARG POSSUM_GIT='https://github.com/robomics/EigenVector.git'
ARG POSSUM_PATCHED_TAG='eba7fb5be7dc14da2f56cb2894a3f14339c43a7e'
Expand Down
2 changes: 1 addition & 1 deletion containers/straw-bench__v1.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT


FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240126 as builder
FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17:20240318 as builder

ARG STRAW_GIT='https://github.com/aidenlab/straw.git'
ARG STRAW_GIT_TAG='2525edc29bbb48463799cad94cbd6e5e810210a0'
Expand Down

0 comments on commit c9792d6

Please sign in to comment.