mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2026-07-21 23:59:49 +00:00
Update to .NET 8.0 to fix building with bitwarden v2024.2.2 (#187)
* Update to .NET 8.0 to fix building with bitwarden v2024.2.2 * Also update license gen to .NET 8.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG BITWARDEN_TAG
|
||||
FROM ${BITWARDEN_TAG}
|
||||
|
||||
COPY bin/Debug/netcoreapp6.0/publish/* /bitBetter/
|
||||
COPY bin/Release/netcoreapp8.0/publish/* /bitBetter/
|
||||
COPY ./.keys/cert.cert /newLicensing.cer
|
||||
|
||||
RUN set -e; set -x; \
|
||||
|
||||
Reference in New Issue
Block a user