Skip to content

Commit b9ecf1d

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v19 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent e4ce915 commit b9ecf1d

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versioningTemplate": "loose",
2727
"datasourceTemplate": "repology",
28-
"depNameTemplate": "alpine_3_20/{{package}}"
28+
"depNameTemplate": "alpine_3_22/{{package}}"
2929
},
3030
{
3131
"customType": "regex",

traccar/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:19.0.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -15,10 +15,10 @@ WORKDIR /opt/traccar
1515
ARG TRACCAR_VERSION="v6.6"
1616
RUN \
1717
apk add --no-cache \
18-
mariadb-client=10.11.11-r0 \
19-
nginx=1.26.3-r0 \
20-
nss=3.105-r0 \
21-
openjdk17-jre-headless=17.0.15_p6-r0 \
18+
mariadb-client=11.4.8-r0 \
19+
nginx=1.28.0-r3 \
20+
nss=3.114-r0 \
21+
openjdk17-jre-headless=17.0.17_p10-r0 \
2222
xmlstarlet=1.6.1-r2 \
2323
\
2424
&& curl -J -L -o /tmp/traccar.zip \

traccar/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:16.3.6
4-
amd64: ghcr.io/hassio-addons/base:16.3.6
3+
aarch64: ghcr.io/hassio-addons/base:19.0.0
4+
amd64: ghcr.io/hassio-addons/base:19.0.0

0 commit comments

Comments
 (0)