Skip to content

Commit

Permalink
Switch the default OS_VERSION to 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jun 18, 2024
1 parent 3b85392 commit 1ce21c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#: The operating system version as present in /etc/os-release & various other
#: places
OS_VERSION = os.getenv("OS_VERSION", "15.5")
OS_VERSION = os.getenv("OS_VERSION", "15.6")

# Allowed os versions for base (non lang/non-app) containers
ALLOWED_BASE_OS_VERSIONS = (
Expand Down

0 comments on commit 1ce21c9

Please sign in to comment.