Skip to content

Commit c462d4d

Browse files
⬆️ Upgrade to Debian bullseye
1 parent 3ec7862 commit c462d4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

autoblockchainify/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
# the dev build Dockerfile, whereas lines ending in `##PRODONLY##` will be
44
# deleted.
55

6-
FROM debian:buster-slim
6+
FROM debian:bullseye-slim
77

88
# The next line is hardcoded in Makefile as PRODONLY,
99
# as ARG does not support comments
1010
ARG VERSIONMATCH=
1111

1212
# gnupg1/gpg1 steps are for interfacing with the PGP Timestamping Service only.
13-
# Explicit python3-pygit2 install is required for ARMv6 only.
1413
RUN apt update && \
1514
apt install -y gnupg1 libgit2-dev python3-pygit2 python3-pip git wget && \
1615
apt clean && \

0 commit comments

Comments
 (0)