Skip to content

Commit 80203d0

Browse files
chore(deps): update ubuntu docker tag to v26
1 parent 35286f5 commit 80203d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

3636
# The runtime stage copies the built venv into a runtime container
37-
FROM ubuntu:noble AS runtime
37+
FROM ubuntu:resolute AS runtime
3838

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

0 commit comments

Comments
 (0)