Skip to content

Commit

Permalink
build: update pinned curl version (#4394)
Browse files Browse the repository at this point in the history
Per the Alpine Linux package repositories, the version for cURL included
with v3.16 has changed to revision 6
  • Loading branch information
MaxMustermann2 committed Mar 30, 2023
1 parent d25b6c6 commit 941a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ARG HARMONY_USER_GID=1000
ENV HARMONY_HOME=/harmony
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/* \
&& addgroup -g ${HARMONY_USER_GID} ${HARMONY_USER} \
&& adduser -u ${HARMONY_USER_UID} -G ${HARMONY_USER} --shell /sbin/nologin --no-create-home -D ${HARMONY_USER} \
Expand Down

0 comments on commit 941a92b

Please sign in to comment.