File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
.devcontainer/build-devcontainer Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
3333COPY --from=build /opt/conda /opt/conda
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments