CRLF to LF

This commit is contained in:
Alexandre
2021-01-18 10:05:04 +01:00
parent cd1d735c83
commit 087af60a0c
3 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ ARG BITWARDEN_ARCH
ARG BUILD_VERSION ARG BUILD_VERSION
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM "bitwardenrs/server:1.18.0${BITWARDEN_ARCH}" as bitwarden FROM "bitwardenrs/server:${BUILD_VERSION}${BITWARDEN_ARCH}" as bitwarden
############################################################################### ###############################################################################
# Build the actual add-on. # Build the actual add-on.