update to dotnet 6.0 (#148) (#150)

This commit is contained in:
h44z
2022-09-01 23:43:34 +02:00
committed by GitHub
parent 960894cff4
commit b819fe0c7d
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
ARG BITWARDEN_TAG
FROM ${BITWARDEN_TAG}
COPY bin/Debug/netcoreapp5.0/publish/* /bitBetter/
COPY bin/Debug/netcoreapp6.0/publish/* /bitBetter/
COPY ./.keys/cert.cert /newLicensing.cer
RUN set -e; set -x; \