File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY --from=ghcr.io/theopenlane/dbx:620-516e3250 /bin/dbx /bin/dbx
2121COPY --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
2727COPY fga/model/openlane.fga fga/model/openlane.fga
Original file line number Diff line number Diff line change 22 - docker-compose-pg.yml
33services :
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
You can’t perform that action at this time.
0 commit comments