Skip to content

Commit

Permalink
⬆️ Upgrades Vaultwarden to 1.25.0 (#209)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrades Vaultwarden to 1.25.0

* Remove removed Rocket config
  • Loading branch information
frenck authored May 30, 2022
1 parent 671ed97 commit a25b48a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bitwarden/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.3.1
###############################################################################
# Get prebuild containers from Vaultwarden
###############################################################################
FROM "vaultwarden/server:1.24.0" as vaultwarden
FROM "vaultwarden/server:1.25.0" as vaultwarden

###############################################################################
# Build the actual add-on.
Expand All @@ -15,7 +15,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Get the Bitwarden from official images
COPY --from=vaultwarden /vaultwarden /opt/vaultwarden
COPY --from=vaultwarden /Rocket.toml /opt/Rocket.toml
COPY --from=vaultwarden /web-vault /opt/web-vault

# add Nginx
Expand Down

0 comments on commit a25b48a

Please sign in to comment.