Skip to content

Commit

Permalink
CI: switch linux64-curl docker to ubuntu:22.04
Browse files Browse the repository at this point in the history
ubuntu:16.04 version of libcurl doesn't have the mime feature compiled in
  • Loading branch information
tsnoam committed Nov 26, 2023
1 parent 2ed79cb commit 3d95543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile-linux64-curl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04

RUN apt-get update
RUN apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 3d95543

Please sign in to comment.