* test/infra/Dockerfile.emba: Use debian:bullseye.
This commit is contained in:
parent
61adb44318
commit
078cf512ee
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
# Maintainer: Ted Zlatanov <tzz@lifelogs.com>
|
||||
# URL: https://emba.gnu.org/emacs/emacs
|
||||
|
||||
FROM debian:stretch as emacs-base
|
||||
FROM debian:bullseye as emacs-base
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
|
||||
|
|
Loading…
Add table
Reference in a new issue