Compare commits

..

2 commits

Author SHA1 Message Date
2aec1644c0 Merge pull request 'Update base dependencies to v3.9.5-r2' (#56) from renovate/base-dependencies into main
Some checks failed
continuous-integration/woodpecker the build failed
Reviewed-on: #56
2021-11-26 21:38:51 +00:00
6716dbe013 Update base dependencies to v3.9.5-r2 2021-11-25 05:01:54 +00:00

View file

@ -14,7 +14,7 @@ RUN apk upgrade --no-cache \
cargo="1.52.1-r1" \ cargo="1.52.1-r1" \
build-base="0.5-r2" \ build-base="0.5-r2" \
py3-setuptools="52.0.0-r3" \ py3-setuptools="52.0.0-r3" \
python3-dev="3.9.5-r1" \ python3-dev="3.9.5-r2" \
libffi-dev="3.3-r2" \ libffi-dev="3.3-r2" \
libxslt-dev="1.1.34-r1" \ libxslt-dev="1.1.34-r1" \
libxml2-dev="2.9.12-r1" \ libxml2-dev="2.9.12-r1" \
@ -25,7 +25,7 @@ RUN apk upgrade --no-cache \
&& apk add --no-cache \ && apk add --no-cache \
ca-certificates="20191127-r5" \ ca-certificates="20191127-r5" \
su-exec="0.2-r1" \ su-exec="0.2-r1" \
python3="3.9.5-r1" \ python3="3.9.5-r2" \
py3-pip="20.3.4-r1" \ py3-pip="20.3.4-r1" \
libxml2="2.9.12-r1" \ libxml2="2.9.12-r1" \
libxslt="1.1.34-r1" \ libxslt="1.1.34-r1" \