1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 14:26:38 -05:00

Change build image to SDK

This commit is contained in:
Vince Grassia 2023-11-09 13:08:21 -05:00
parent 2d66c3bbc6
commit e55a205e29
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:6.0 AS dotnet-build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:6.0 AS dotnet-build
# Docker buildx supplies the value for this arg
ARG TARGETPLATFORM