switch to muslrust stable
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Robert Kaussow 2022-05-25 15:16:14 +02:00
parent f46e29c263
commit 6320d7cb1b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 2 deletions

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