Skip to content

Commit b1e352a

Browse files
committed
Bump python benchmark docker image to fix benchmarks
1 parent 1381e2e commit b1e352a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/Dockerfile.benchmark

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM python:3.7-slim-buster
1+
FROM python:3.7-slim-bookworm
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update \
5-
&& apt-get install -y git llvm-7-dev build-essential unzip curl libjson-perl libdigest-crc-perl
5+
&& apt-get install -y git build-essential unzip curl libjson-perl libdigest-crc-perl
66

77
# install perl runtime for kaitai struct
88
RUN \

0 commit comments

Comments
 (0)