Merge pull request 'Update dependency curl to v7.79.0-r0' (#24) from renovate/base-dependencies into main
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #24
This commit is contained in:
commit
c828623a2a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM base-${ARCH}
|
|||
|
||||
RUN adduser -D -h /usr/local/tor -s /bin/false tor tor && \
|
||||
apk upgrade --no-cache && apk add \
|
||||
curl="7.78.0-r0" \
|
||||
curl="7.79.0-r0" \
|
||||
tor="0.4.5.10-r0" && \
|
||||
rm -f /var/cache/apk/* && \
|
||||
mkdir /web && \
|
||||
|
|
Reference in a new issue