Skip to content

Commit 3bd94b8

Browse files
authored
Merge branch 'dev' into renovate/mcr.microsoft.com-devcontainers-miniconda
2 parents 34a7c60 + adad48c commit 3bd94b8

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.devcontainer/build-devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN rm -f /etc/apt/sources.list.d/yarn.list && \
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:2.1.7-debian12@sha256:4d49e42a3eda8a8fd8437ecd8830d50a9113dc0f3623226db5e5c10a2b156f1e AS final
30+
FROM mcr.microsoft.com/devcontainers/base:2.1.8-debian12@sha256:17e6cc517b483d1108b333d4c34352b0a21617f0117052e9b259d47113a9dc37 AS final
3131

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

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.11
3+
rev: v0.15.12
44
hooks:
55
- id: ruff-check # linter
66
args: [--fix, --exit-non-zero-on-fix] # sort imports and fix
@@ -33,7 +33,7 @@ repos:
3333
tests/pipelines/__snapshots__/.*
3434
)$
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.20.0"
36+
rev: "v1.20.2"
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
4444
- types-setuptools
4545
- pydantic
4646
- repo: https://github.com/astral-sh/uv-pre-commit
47-
rev: 0.11.4
47+
rev: 0.11.7
4848
hooks:
4949
- id: uv-lock
5050
- repo: local

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@
6868
- nextflow source CI: set up uv ([#4208](https://github.com/nf-core/tools/pull/4208))
6969
- Include AI and LLM usage guidelines in CONTRIBUTING.md ([#4211](https://github.com/nf-core/tools/pull/4211))
7070
- Update conda-incubator/setup-miniconda action to v4 ([#4215](https://github.com/nf-core/tools/pull/4215))
71+
- Update mcr.microsoft.com/devcontainers/base Docker tag to v2.1.8 ([#4218](https://github.com/nf-core/tools/pull/4218))
72+
- Update pre-commit hooks ([#4219](https://github.com/nf-core/tools/pull/4219))
7173
- Update dependency textual to v8.2.4 ([#4217](https://github.com/nf-core/tools/pull/4217))
7274
- Update mcr.microsoft.com/devcontainers/miniconda Docker digest to 1a85cf3 ([#4220](https://github.com/nf-core/tools/pull/4220))
75+
- Update python:3.14-slim Docker digest to 5b3879b ([#4221](https://github.com/nf-core/tools/pull/4221))
7376

7477
### Download
7578

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14-slim@sha256:bc389f7dfcb21413e72a28f491985326994795e34d2b86c8ae2f417b4e7818aa
1+
FROM python:3.14-slim@sha256:5b3879b6f3cb77e712644d50262d05a7c146b7312d784a18eff7ff5462e77033
22
LABEL authors="phil.ewels@seqera.io,erik.danielsson@scilifelab.se" \
33
description="Docker image containing requirements for nf-core/tools"
44

0 commit comments

Comments
 (0)