Merge pull request #10028 from amshinde/upgrade-blogbench-1.2

metric: Upgrade blogbench to 1.2
This commit is contained in:
David Esparza
2024-07-18 11:30:17 -06:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# URL for blogbench test and blogbench version # URL for blogbench test and blogbench version
ENV BLOGBENCH_URL "https://download.pureftpd.org/pub/blogbench" ENV BLOGBENCH_URL "https://download.pureftpd.org/pub/blogbench"
ENV BLOGBENCH_VERSION 1.1 ENV BLOGBENCH_VERSION 1.2
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential curl && \ apt-get install -y --no-install-recommends build-essential curl && \