Skip to content

Commit 6c83893

Browse files
Update ubuntu Docker tag to v26
1 parent cd444e5 commit 6c83893

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
@@ -52,7 +52,7 @@ CMD [ "while true; do sleep 30; done;" ]
5252

5353

5454
# The runtime stage copies the built venv into a runtime container
55-
FROM ubuntu:noble AS runtime
55+
FROM ubuntu:resolute AS runtime
5656

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

0 commit comments

Comments
 (0)