Skip to content

Commit e02aa94

Browse files
committed
bash: update test container image to debian:12
1 parent 18d31d7 commit e02aa94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TEST_FILES := $(wildcard test/*-test.sh)
1616
TEST_BASH_FILES := $(wildcard test/bash*-test.sh)
1717
TEST_BASH_DOCKER_IMAGES := bash!5 bash!4.4
1818
TEST_DEBIAN_FILES := test/gtags-test.sh test/yaml2json-test.sh
19-
TEST_DEBIAN_DOCKER_IMAGE := debian!11
19+
TEST_DEBIAN_DOCKER_IMAGE := debian!12
2020

2121
.PHONY: help
2222
help: SHELL := bash

0 commit comments

Comments
 (0)