Skip to content

Commit d1b9a5a

Browse files
committed
chore: bump devctr version
we go from v83 to v84. Ubuntu version of the base image changed during the container rebuild, so update that one python doctest. Signed-off-by: Patrick Roy <[email protected]>
1 parent be1bb3b commit d1b9a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/framework/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_os_version():
2626
"""Get the OS version
2727
2828
>>> get_os_version()
29-
'Ubuntu 24.04.2 LTS'
29+
'Ubuntu 24.04.3 LTS'
3030
"""
3131

3232
os_release = Path("/etc/os-release").read_text(encoding="ascii")

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
DEVCTR_IMAGE_NO_TAG="public.ecr.aws/firecracker/fcuvm"
6969

7070
# Development container tag
71-
DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v83}
71+
DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v84}
7272

7373
# Development container image (name:tag)
7474
# This should be updated whenever we upgrade the development container.

0 commit comments

Comments
 (0)