We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a48aba + ea909af commit 4d3a5e4Copy full SHA for 4d3a5e4
Dockerfile
@@ -5,14 +5,14 @@ FROM ${builder_image} AS tests
5
USER root
6
RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
7
RUN apt update && apt install -y --no-install-recommends \
8
- wget \
9
- curl \
10
- ca-certificates \
11
- jq \
12
- ruby-full \
+ wget \
+ curl \
+ ca-certificates \
+ jq \
+ ruby-full \
13
&& rm -rf /var/lib/apt/lists/*
14
ADD assets/ /opt/resource/
15
-RUN wget "https://github.com/moparisthebest/static-curl/releases/download/v8.4.0/curl-amd64" -O /opt/resource/curl
+RUN wget "https://github.com/moparisthebest/static-curl/releases/download/v8.11.0/curl-amd64" -O /opt/resource/curl
16
RUN chmod +x /opt/resource/*
17
ADD . /resource
18
WORKDIR /resource
0 commit comments