mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-17 00:36:27 +00:00
Remove: BUILD_TAG & RUN_TAG
This commit is contained in:
parent
59dd36ebf4
commit
b145763673
@ -1,7 +1,4 @@
|
||||
ARG BUILD_TAG=1.56.1
|
||||
ARG RUN_TAG=$BUILD_TAG
|
||||
|
||||
FROM rust:$BUILD_TAG as builder
|
||||
FROM rust:1.56.1 as builder
|
||||
|
||||
WORKDIR /usr/src/
|
||||
RUN USER=root cargo new --bin vaultwarden_ldap
|
||||
|
Loading…
Reference in New Issue
Block a user