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
21
21
COPY --from=redis:7.4.4 /usr/local/bin/redis-server /bin/redis-server
22
22
23
23
# Copy FGA binary
24
- COPY --from=openfga/openfga:v1.8.15 /openfga /bin/openfga
24
+ COPY --from=openfga/openfga:v1.8.16 /openfga /bin/openfga
25
25
26
26
# Copy default model into image
27
27
COPY fga/model/openlane.fga fga/model/openlane.fga
Original file line number Diff line number Diff line change 2
2
- docker-compose-pg.yml
3
3
services :
4
4
migrate :
5
- image : openfga/openfga:v1.8.15
5
+ image : openfga/openfga:v1.8.16
6
6
container_name : migrate
7
7
command : migrate
8
8
depends_on :
@@ -17,7 +17,7 @@ services:
17
17
depends_on :
18
18
migrate :
19
19
condition : service_completed_successfully
20
- image : openfga/openfga:v1.8.15
20
+ image : openfga/openfga:v1.8.16
21
21
container_name : openfga
22
22
environment :
23
23
- OPENFGA_DATASTORE_ENGINE=postgres
You can’t perform that action at this time.
0 commit comments