Update Unified branch to account for move from Docker Hub to GHCR (#227)

* Update build.sh to reflect move to GHCR

* Update build.ps1 to reflect move to GHCR

* Update README.md to reflect move to GHCR

* Update Dockerfile-bitwarden-patch to reflect move to GHCR
This commit is contained in:
Joseph Gigantino
2025-03-29 13:15:16 -04:00
committed by GitHub
parent 770dcd33f6
commit d71aa84e52
4 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM bitwarden/self-host:beta
FROM ghcr.io/bitwarden/self-host:beta
COPY ./temp/Api/Core.dll /app/Api/Core.dll
COPY ./temp/Identity/Core.dll /app/Identity/Core.dll
COPY ./temp/Identity/Core.dll /app/Identity/Core.dll