Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v5.0.0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 20, 2021
1 parent eb5fa7f commit 8e9776a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions bitwarden/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.3
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.0.0
###############################################################################
# Get prebuild containers from Vaultwarden
###############################################################################
Expand All @@ -24,10 +24,10 @@ RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
libmariadb-dev-compat=1:10.3.29-0+deb10u1 \
libpq5=11.12-0+deb10u1 \
nginx=1.14.2-2+deb10u4 \
sqlite3=3.27.2-3+deb10u1 \
libmariadb-dev-compat=1:10.5.11-1 \
libpq5=13.3-1 \
nginx=1.18.0-6.1 \
sqlite3=3.34.1-3 \
&& apt-get clean \
&& rm -f -r \
/etc/nginx \
Expand Down
6 changes: 3 additions & 3 deletions bitwarden/build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.2.3",
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3",
"armv7": "ghcr.io/hassio-addons/debian-base/armv7:4.2.3"
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:5.0.0",
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.0.0",
"armv7": "ghcr.io/hassio-addons/debian-base/armv7:5.0.0"
}
}

0 comments on commit 8e9776a

Please sign in to comment.