We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be53392 commit e6e6b8fCopy full SHA for e6e6b8f
docker/all-in-one/Dockerfile.all-in-one
@@ -18,7 +18,7 @@ COPY --from=builder /go/bin/openlane /bin/openlane
18
COPY --from=ghcr.io/theopenlane/dbx:620-516e3250 /bin/dbx /bin/dbx
19
20
# Copy redis binary
21
-COPY --from=redis:7.4.5 /usr/local/bin/redis-server /bin/redis-server
+COPY --from=redis:8.2.0 /usr/local/bin/redis-server /bin/redis-server
22
23
# Copy FGA binary
24
COPY --from=openfga/openfga:v1.9.2 /openfga /bin/openfga
docker/docker-compose-redis.yml
@@ -1,6 +1,6 @@
1
services:
2
redis:
3
- image: redis:7.4.5-alpine
+ image: redis:8.2.0-alpine
4
container_name: redis
5
restart: always
6
ports:
0 commit comments