Skip to content

Commit 4d3a5e4

Browse files
authored
Merge pull request #25 from dandersonsw/update-curl
updates static-curl to the latest release
2 parents 3a48aba + ea909af commit 4d3a5e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ FROM ${builder_image} AS tests
55
USER root
66
RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
77
RUN apt update && apt install -y --no-install-recommends \
8-
wget \
9-
curl \
10-
ca-certificates \
11-
jq \
12-
ruby-full \
8+
wget \
9+
curl \
10+
ca-certificates \
11+
jq \
12+
ruby-full \
1313
&& rm -rf /var/lib/apt/lists/*
1414
ADD assets/ /opt/resource/
15-
RUN wget "https://github.com/moparisthebest/static-curl/releases/download/v8.4.0/curl-amd64" -O /opt/resource/curl
15+
RUN wget "https://github.com/moparisthebest/static-curl/releases/download/v8.11.0/curl-amd64" -O /opt/resource/curl
1616
RUN chmod +x /opt/resource/*
1717
ADD . /resource
1818
WORKDIR /resource

0 commit comments

Comments
 (0)