Skip to content

Commit a45be50

Browse files
Update redis Docker tag to v8
1 parent a78f5bd commit a45be50

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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/core /bin/core
1818
COPY --from=ghcr.io/theopenlane/riverboat:amd64-latest /bin/riverboat /bin/riverboat
1919

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

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

docker/docker-compose-authentik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- default
5353

5454
redis:
55-
image: redis:7.4.10-alpine
55+
image: redis:8.8.1-alpine
5656
restart: unless-stopped
5757
networks:
5858
- default

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.10-alpine
3+
image: redis:8.8.1-alpine
44
restart: always
55
ports:
66
- '6379:6379'

0 commit comments

Comments
 (0)