We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a637e commit 5c77386Copy full SHA for 5c77386
contrib/Dockerfile
@@ -16,7 +16,7 @@ RUN rm -rf /var/lib/apt/lists/*
16
RUN apt-get update
17
# pin package versions always & bring in CVE fixes as needed
18
RUN apt-get install -y --no-install-recommends ca-certificates="20211016ubuntu0.20.04.1"
19
-RUN apt-get install -y --no-install-recommends curl="7.68.0-1ubuntu2.14"
+RUN apt-get install -y --no-install-recommends curl
20
RUN apt-get install -y --no-install-recommends htop="2.2.0-2build1"
21
RUN apt-get install -y --no-install-recommends iputils-ping="3:20190709-3"
22
RUN apt-get install -y --no-install-recommends jq="1.6-1ubuntu0.20.04.1"
0 commit comments