Skip to content

Commit

Permalink
Upgrade add-on base image to 9.1.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 24, 2021
1 parent c2971ad commit be3e407
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions traccar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/base:8.0.5
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -14,10 +14,10 @@ WORKDIR /opt/traccar
# Setup base
RUN \
apk add --no-cache \
mariadb-client=10.4.15-r0 \
nginx=1.18.0-r1 \
nss=3.57-r0 \
openjdk8-jre=8.252.09-r0 \
mariadb-client=10.5.8-r0 \
nginx=1.18.0-r13 \
nss=3.60.1-r0 \
openjdk8-jre=8.272.10-r4 \
xmlstarlet=1.6.1-r0 \
\
&& curl -J -L -o /tmp/traccar.zip \
Expand Down
10 changes: 5 additions & 5 deletions traccar/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "hassioaddons/base-aarch64:8.0.5",
"amd64": "hassioaddons/base-amd64:8.0.5",
"armhf": "hassioaddons/base-armhf:8.0.5",
"armv7": "hassioaddons/base-armv7:8.0.5",
"i386": "hassioaddons/base-i386:8.0.5"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.0",
"i386": "ghcr.io/hassio-addons/base/i386:9.1.0"
}
}

0 comments on commit be3e407

Please sign in to comment.