Skip to content

Commit 5c77386

Browse files
authored
fix(ci): unpin curl (#8577)
## Problem there are compatibility issues with base packages and curl package version ## Solution pin to latest
1 parent c4a637e commit 5c77386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN rm -rf /var/lib/apt/lists/*
1616
RUN apt-get update
1717
# pin package versions always & bring in CVE fixes as needed
1818
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"
19+
RUN apt-get install -y --no-install-recommends curl
2020
RUN apt-get install -y --no-install-recommends htop="2.2.0-2build1"
2121
RUN apt-get install -y --no-install-recommends iputils-ping="3:20190709-3"
2222
RUN apt-get install -y --no-install-recommends jq="1.6-1ubuntu0.20.04.1"

0 commit comments

Comments
 (0)