summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-14 15:55:27 -0600
committermo khan <mo@mokhan.ca>2025-07-14 15:55:27 -0600
commit791ec89d72f1fb2d1b07f0dee108aed1cac0ef33 (patch)
tree727f6b70744a130d939268243e3c32755303e43d /Dockerfile
parent73a59485f0663319b0c55a2db6930ab79294dafc (diff)
chore: use dockerhub image
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