Update dependencies

This commit is contained in:
Franck Nijhof 2023-12-08 18:10:22 +01:00
parent 9ec9cab41d
commit 5b5cd08508
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
], ],
"versioningTemplate": "loose", "versioningTemplate": "loose",
"datasourceTemplate": "repology", "datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}" "depNameTemplate": "alpine_3_19/{{package}}"
}, },
{ {
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],

View file

@ -15,8 +15,8 @@ WORKDIR /opt/traccar
ARG TRACCAR_VERSION="v5.10" ARG TRACCAR_VERSION="v5.10"
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
mariadb-client=10.11.5-r0 \ mariadb-client=10.11.5-r3 \
nginx=1.24.0-r7 \ nginx=1.24.0-r14 \
nss=3.94-r0 \ nss=3.94-r0 \
openjdk11-jre-headless=11.0.21_p9-r0 \ openjdk11-jre-headless=11.0.21_p9-r0 \
xmlstarlet=1.6.1-r2 \ xmlstarlet=1.6.1-r2 \