Compare commits

...

2 Commits

Author SHA1 Message Date
Renovator Bot 0356f522be chore(deps): update vaultwarden packages (#63)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2022-05-25 15:24:13 +02:00
Renovator Bot 539ea8366a chore(docker): update thegeeklab/alpine digest to f84eaaf
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2022-05-24 07:04:11 +00:00
3 changed files with 5 additions and 6 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
@ -209,6 +209,6 @@ depends_on:
---
kind: signature
hmac: a162b6d6293cfbff392b0944f836d7bd0c214446bf3a414c386af6cd614a8534
hmac: c20847f70ffec53699da2dd1267c7f95bd710d5677eeb0cc930bf41b08394c6a
...

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:2c90eaf476a5027976458166a4789d014a2d1a61f21343b8081f39faff2c2431
FROM thegeeklab/alpine:latest@sha256:f84eaafa789a7e952b4c9746cf555c2568f05de0897f12a63a5d71a1934e3854
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/vau
ARG WEBVAULT_VERSION
# renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose
ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.25.1}"
ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.28.1}"
ADD overlay/ /
@ -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

View File

@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=dani-garcia/vaultwarden
export BUILD_VERSION ?= 1.24.0
export BUILD_VERSION ?= 1.25.0
export DEBIAN_FRONTEND ?= noninteractive
export LANG ?= C.UTF-8
export TZ ?= UTC