summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3bfeb657..e1c3d7a0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y wget && \
chmod +x /usr/bin/dumb-init
# Build stage for getting SpiceDB binary
-FROM ghcr.io/authzed/spicedb:latest AS spicedb-binary
+FROM authzed/spicedb:latest AS spicedb-binary
# Final stage
FROM gcr.io/distroless/base-debian12:nonroot