Remove: BUILD_TAG & RUN_TAG

This commit is contained in:
GoliathLabs 2021-12-11 00:22:14 +01:00
parent 59dd36ebf4
commit b145763673
No known key found for this signature in database
GPG Key ID: 37F7BDC266B5BAB8
1 changed files with 1 additions and 4 deletions

View File

@ -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