diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
