1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

Full test

This commit is contained in:
Vince Grassia
2023-11-09 14:10:35 -05:00
parent cd8c16f4a2
commit 8da8388678
2 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,8 @@
###############################################
# Build stage #
###############################################
FROM --platform=$BUILDPLATFORM bitwarden-build:latest AS bitwarden-build
ARG BUILD_TAG=latest
FROM --platform=$BUILDPLATFORM bitwarden-build:${BUILD_TAG} AS bitwarden-build
###############################################
# App stage #