Skip to content

Commit

Permalink
Update curl package version used by NRF Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed May 4, 2022
1 parent c5a4710 commit eaadfb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG NCS_REVISION=5ea8f7fa91d7315fcc6cd9eb3aa74f9640d0abac
RUN set -x \
&& apt-get update \
&& apt-get install --no-install-recommends -fy \
curl=7.68.0-1ubuntu2.7 \
curl=7.68.0-1ubuntu2.10 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
&& : # last line
Expand Down

0 comments on commit eaadfb5

Please sign in to comment.