Skip to content

Commit e6e6b8f

Browse files
Update redis Docker tag to v8
1 parent be53392 commit e6e6b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/all-in-one/Dockerfile.all-in-one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY --from=builder /go/bin/openlane /bin/openlane
1818
COPY --from=ghcr.io/theopenlane/dbx:620-516e3250 /bin/dbx /bin/dbx
1919

2020
# Copy redis binary
21-
COPY --from=redis:7.4.5 /usr/local/bin/redis-server /bin/redis-server
21+
COPY --from=redis:8.2.0 /usr/local/bin/redis-server /bin/redis-server
2222

2323
# Copy FGA binary
2424
COPY --from=openfga/openfga:v1.9.2 /openfga /bin/openfga

docker/docker-compose-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
redis:
3-
image: redis:7.4.5-alpine
3+
image: redis:8.2.0-alpine
44
container_name: redis
55
restart: always
66
ports:

0 commit comments

Comments
 (0)