chore(deps): update vaultwarden packages #63

Merged
xoxys merged 3 commits from renovate/vaultwarden-packages into main 2022-05-25 15:24:13 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 6320d7cb1b - Show all commits

View File

@ -28,7 +28,7 @@ platform:
steps:
- name: binary
image: clux/muslrust:nightly-2021-10-06
image: clux/muslrust:stable
commands:
- apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev
- make build

View File

@ -25,7 +25,6 @@ RUN apk --update add --virtual .build-deps tar curl && \
rm -rf /tmp/* && \
chown -R app:app /app
ADD src/Rocket.toml /app
ADD src/target/x86_64-unknown-linux-musl/release/vaultwarden /app
VOLUME /app/data