diff --git a/.drone.yml b/.drone.yml index eb63073..d59ace2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index bcd2084..634a308 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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