Skip to content

Commit 9d67a53

Browse files
Update openfga/openfga Docker tag to v1.9.4
1 parent be53392 commit 9d67a53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY --from=ghcr.io/theopenlane/dbx:620-516e3250 /bin/dbx /bin/dbx
2121
COPY --from=redis:7.4.5 /usr/local/bin/redis-server /bin/redis-server
2222

2323
# Copy FGA binary
24-
COPY --from=openfga/openfga:v1.9.2 /openfga /bin/openfga
24+
COPY --from=openfga/openfga:v1.9.4 /openfga /bin/openfga
2525

2626
# Copy default model into image
2727
COPY fga/model/openlane.fga fga/model/openlane.fga

docker/docker-compose-fga.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include:
22
- docker-compose-pg.yml
33
services:
44
migrate:
5-
image: openfga/openfga:v1.9.2
5+
image: openfga/openfga:v1.9.4
66
container_name: migrate
77
command: migrate
88
depends_on:
@@ -17,7 +17,7 @@ services:
1717
depends_on:
1818
migrate:
1919
condition: service_completed_successfully
20-
image: openfga/openfga:v1.9.2
20+
image: openfga/openfga:v1.9.4
2121
container_name: openfga
2222
environment:
2323
- OPENFGA_DATASTORE_ENGINE=postgres

0 commit comments

Comments
 (0)