Skip to content

Commit 2447d15

Browse files
committed
CI: switch linux64-curl docker to ubuntu:22.04
ubuntu:16.04 version of libcurl doesn't have the mime feature compiled in
1 parent 2ed79cb commit 2447d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile-linux64-curl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:18.04
22

33
RUN apt-get update
44
RUN apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)