Skip to content

Commit

Permalink
Merge pull request #511 from SUSE/switch_to_15.6
Browse files Browse the repository at this point in the history
Switch the default OS_VERSION to 15.6
  • Loading branch information
dcermak authored Jun 19, 2024
2 parents c884b5f + 1ce21c9 commit 1094e1c
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 @@ -30,7 +30,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 1094e1c

Please sign in to comment.