build: update pinned curl version (#4394)

Per the Alpine Linux package repositories, the version for cURL included
with v3.16 has changed to revision 6
pull/4398/head v2013.1.3
Max 2 years ago committed by GitHub
parent d25b6c6ee2
commit 941a92b744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/docker/Dockerfile

@ -39,7 +39,7 @@ ARG HARMONY_USER_GID=1000
ENV HARMONY_HOME=/harmony ENV HARMONY_HOME=/harmony
ENV HOME=${HARMONY_HOME} ENV HOME=${HARMONY_HOME}
RUN apk add --no-cache bash~=5.1.16-r2 bind-tools~=9.16.37-r0 tini~=0.19.0 curl==7.83.1-r5 sed~=4.8-r0 \ RUN apk add --no-cache bash~=5.1.16-r2 bind-tools~=9.16.37-r0 tini~=0.19.0 curl==7.83.1-r6 sed~=4.8-r0 \
&& rm -rf /var/cache/apk/* \ && rm -rf /var/cache/apk/* \
&& addgroup -g ${HARMONY_USER_GID} ${HARMONY_USER} \ && addgroup -g ${HARMONY_USER_GID} ${HARMONY_USER} \
&& adduser -u ${HARMONY_USER_UID} -G ${HARMONY_USER} --shell /sbin/nologin --no-create-home -D ${HARMONY_USER} \ && adduser -u ${HARMONY_USER_UID} -G ${HARMONY_USER} --shell /sbin/nologin --no-create-home -D ${HARMONY_USER} \

Loading…
Cancel
Save