torcx: delete docker 1.12

Now that Docker 1.12 is gone, we need to also exclude docker 1.12
from the list of torcx stores.
This commit is contained in:
Dongsu Park 2021-02-03 12:37:57 +01:00
parent 215583ff4d
commit ead20665b8

View File

@ -237,7 +237,6 @@ function torcx_package() {
# for each package will point at the last version specified. This can handle # for each package will point at the last version specified. This can handle
# swapping default package versions for different OS releases by reordering. # swapping default package versions for different OS releases by reordering.
DEFAULT_IMAGES=( DEFAULT_IMAGES=(
=app-torcx/docker-1.12
=app-torcx/docker-19.03 =app-torcx/docker-19.03
) )