mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Update Dockerfile for latest Vaultwarden and dependencies
Updated Dockerfile to use the latest Vaultwarden image and removed specific versioning for dependencies.
This commit is contained in:
@@ -18,7 +18,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.1.0
|
||||
###############################################################################
|
||||
# Get prebuild containers from Vaultwarden
|
||||
###############################################################################
|
||||
FROM "vaultwarden/server:1.34.3" AS vaultwarden
|
||||
FROM "vaultwarden/server:latest" AS vaultwarden
|
||||
|
||||
###############################################################################
|
||||
# Build the actual add-on.
|
||||
@@ -39,10 +39,10 @@ RUN \
|
||||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
libmariadb-dev-compat=1:11.8.3-0+deb13u1 \
|
||||
libpq5=17.6-0+deb13u1 \
|
||||
nginx=1.26.3-3+deb13u1 \
|
||||
sqlite3=3.46.1-7 \
|
||||
libmariadb-dev \
|
||||
libpq5 \
|
||||
nginx1 \
|
||||
sqlite3 \
|
||||
&& apt-get clean \
|
||||
&& rm -f -r \
|
||||
/etc/nginx \
|
||||
|
||||
Reference in New Issue
Block a user