Skip to content

Commit 9c306ee

Browse files
chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6 (nf-core#3893)
* chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6 * [automated] Update CHANGELOG.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nf-core-bot <core@nf-co.re>
1 parent 6cd0a50 commit 9c306ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/build-devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update --quiet && \
2727
rm -rf /var/lib/apt/lists/*
2828

2929
# Final stage to copy only the required files after installation
30-
FROM mcr.microsoft.com/devcontainers/base:debian@sha256:ce2e9e611939e611b737362c045bb6d3449bb3efb84898525d724aace1737b90 AS final
30+
FROM mcr.microsoft.com/devcontainers/base:debian@sha256:2e826a6ae92e5744cc0a471a03b4411e64f6b7cc6af3adaecddad697f0018f10 AS final
3131

3232
# Copy only the conda environment and site-packages from build stage
3333
COPY --from=build /opt/conda /opt/conda

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- Enable authenticated pipeline download from nf-core compatible repos with github api ([#3607](https://github.com/nf-core/tools/pull/3607))
2424
- chore(deps): update mcr.microsoft.com/devcontainers/miniconda docker digest to 19516ba ([#3890](https://github.com/nf-core/tools/pull/3890))
2525
- Update dependency textual to v6.6.0 ([#3892](https://github.com/nf-core/tools/pull/3892))
26+
- chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6 ([#3893](https://github.com/nf-core/tools/pull/3893))
2627

2728
### Template
2829

0 commit comments

Comments
 (0)