⬆️ Upgrades mariadb-client to 10.5.9-r0

This commit is contained in:
Franck Nijhof 2021-04-29 17:00:54 +02:00
parent 85555faaf6
commit f8329ff639
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -14,7 +14,7 @@ WORKDIR /opt/traccar
# Setup base # Setup base
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
mariadb-client=10.5.8-r0 \ mariadb-client=10.5.9-r0 \
nginx=1.18.0-r13 \ nginx=1.18.0-r13 \
nss=3.63-r1 \ nss=3.63-r1 \
openjdk8-jre=8.275.01-r0 \ openjdk8-jre=8.275.01-r0 \