Skip to content

Commit 24d318b

Browse files
committed
Dockerfile: switch to bullseye
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 9835e9c commit 24d318b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG GO_VERSION=1.17
22
ARG BATS_VERSION=v1.3.0
33

4-
FROM golang:${GO_VERSION}-buster
4+
FROM golang:${GO_VERSION}-bullseye
55
ARG DEBIAN_FRONTEND=noninteractive
66

77
RUN echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list \
@@ -31,7 +31,7 @@ RUN echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debi
3131
libseccomp-dev:ppc64el \
3232
libseccomp2 \
3333
pkg-config \
34-
python-minimal \
34+
python3-minimal \
3535
sudo \
3636
uidmap \
3737
&& apt-get clean \

0 commit comments

Comments
 (0)