Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16 (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
  • Loading branch information
renovate[bot] and frenck authored May 24, 2024
1 parent 9d123d8 commit 6a90657
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_20/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
8 changes: 4 additions & 4 deletions traccar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.9
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -15,9 +15,9 @@ WORKDIR /opt/traccar
ARG TRACCAR_VERSION="v6.1"
RUN \
apk add --no-cache \
mariadb-client=10.11.6-r0 \
nginx=1.24.0-r16 \
nss=3.99-r0 \
mariadb-client=10.11.8-r0 \
nginx=1.26.0-r1 \
nss=3.100-r0 \
openjdk11-jre-headless=11.0.23_p9-r0 \
xmlstarlet=1.6.1-r2 \
\
Expand Down
4 changes: 2 additions & 2 deletions traccar/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:15.0.9
amd64: ghcr.io/hassio-addons/base:15.0.9
aarch64: ghcr.io/hassio-addons/base:16.0.0
amd64: ghcr.io/hassio-addons/base:16.0.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev

0 comments on commit 6a90657

Please sign in to comment.