Make Debian 12 "bookworm" the base image
Just replace "bullseye" with "bookworm" and reintroduce Debian 11 "bullseye" later.
This commit is contained in:
@@ -34,7 +34,7 @@ if [ -z "${GITLAB_USER}" ] || [ -z "${GITLAB_TOKEN}" ]; then
|
||||
fi
|
||||
|
||||
# Create the container to work in.
|
||||
CONTAINER_ID=$(docker create --interactive debian:bullseye)
|
||||
CONTAINER_ID=$(docker create --interactive debian:bookworm)
|
||||
trap "docker container rm -f \${CONTAINER_ID} >/dev/null" EXIT
|
||||
docker start "${CONTAINER_ID}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user