Upgrade add-on base image to 9.1.0 (#55)

This commit is contained in:
Franck Nijhof 2021-01-24 19:10:46 +01:00 committed by GitHub
parent c2971ad152
commit be3e407009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -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 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -14,10 +14,10 @@ WORKDIR /opt/traccar
# Setup base # Setup base
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
mariadb-client=10.4.15-r0 \ mariadb-client=10.5.8-r0 \
nginx=1.18.0-r1 \ nginx=1.18.0-r13 \
nss=3.57-r0 \ nss=3.60.1-r0 \
openjdk8-jre=8.252.09-r0 \ openjdk8-jre=8.272.10-r4 \
xmlstarlet=1.6.1-r0 \ xmlstarlet=1.6.1-r0 \
\ \
&& curl -J -L -o /tmp/traccar.zip \ && curl -J -L -o /tmp/traccar.zip \

View file

@ -1,9 +1,9 @@
{ {
"build_from": { "build_from": {
"aarch64": "hassioaddons/base-aarch64:8.0.5", "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.0",
"amd64": "hassioaddons/base-amd64:8.0.5", "amd64": "ghcr.io/hassio-addons/base/amd64:9.1.0",
"armhf": "hassioaddons/base-armhf:8.0.5", "armhf": "ghcr.io/hassio-addons/base/armhf:9.1.0",
"armv7": "hassioaddons/base-armv7:8.0.5", "armv7": "ghcr.io/hassio-addons/base/armv7:9.1.0",
"i386": "hassioaddons/base-i386:8.0.5" "i386": "ghcr.io/hassio-addons/base/i386:9.1.0"
} }
} }