chore: upgrade sandbox and tester dockerfiles to bookworm

This commit is contained in:
Stéphane Lesimple 2023-09-19 13:27:27 +00:00 committed by Stéphane Lesimple
parent 733fd054a6
commit fe41e62be9
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bookworm
LABEL maintainer="stephane.lesimple+bastion@ovhcloud.com"
# first, copy everything we need

View file

@ -1,8 +1,8 @@
FROM debian:bullseye
FROM debian:bookworm
LABEL maintainer="stephane.lesimple+bastion@ovhcloud.com"
# install prerequisites
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y jq netcat openssh-client procps bsdutils screen expect shellcheck libperl-critic-perl fping curl
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y jq netcat-traditional openssh-client procps bsdutils screen expect shellcheck libperl-critic-perl fping curl
# add our code
COPY . /opt/bastion