Skip to content

Commit dd13cbf

Browse files
test: Update DOCKER_IMAGE to debian:10
Rationale: - debian:8.2 is old - debian:8.2 uses a v1 schema manifest - debian:10 is cached in Ubuntu:2004 GitHub actions image: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
1 parent be5b8d5 commit dd13cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Requirements:
88
# - Must contain /bin/bash (TestMain::test_*shell_override*)
99
#
10-
DOCKER_IMAGE = 'debian:8.2'
10+
DOCKER_IMAGE = 'debian:10'
1111

1212
# Alternate Docker image
1313
# This image is used for alternate tests (e.g. pulling) and should be small.

0 commit comments

Comments
 (0)