Skip to content

Commit d4ceafd

Browse files
chore(deps): update ubuntu docker tag to v26
1 parent 83d5447 commit d4ceafd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
3333
uv sync --locked --no-editable --no-dev --managed-python
3434

3535
# The runtime stage copies the built venv into a runtime container
36-
FROM ubuntu:noble AS runtime
36+
FROM ubuntu:resolute AS runtime
3737

3838
# Add apt-get system dependecies for runtime here if needed
3939
# RUN apt-get update -y && apt-get install -y --no-install-recommends \

src/copier_template/Dockerfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
3333
uv sync --locked --no-editable --no-dev --managed-python
3434

3535
# The runtime stage copies the built venv into a runtime container
36-
FROM ubuntu:noble AS runtime
36+
FROM ubuntu:resolute AS runtime
3737

3838
# Add apt-get system dependecies for runtime here if needed
3939
# RUN apt-get update -y && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)