⬆️ Upgrades add-on base image to 11.0.0 (#163)

This commit is contained in:
Franck Nijhof 2021-12-15 20:07:32 +01:00 committed by GitHub
parent cbbcae493f
commit 40b51ca9ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -14,10 +14,10 @@ WORKDIR /opt/traccar
# Setup base
RUN \
apk add --no-cache \
mariadb-client=10.5.12-r0 \
nginx=1.20.1-r3 \
nss=3.66-r0 \
openjdk11-jre-headless=11.0.11_p9-r0 \
mariadb-client=10.6.4-r2 \
nginx=1.20.2-r0 \
nss=3.72-r1 \
openjdk11-jre-headless=11.0.13_p8-r0 \
xmlstarlet=1.6.1-r0 \
\
&& curl -J -L -o /tmp/traccar.zip \

View file

@ -1,4 +1,4 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2
amd64: ghcr.io/hassio-addons/base/amd64:10.2.2
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0