Skip to content

Commit

Permalink
Update openfga/openfga Docker tag to v1.6.2 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 90f7375 commit c1ccfc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/all-in-one/Dockerfile.all-in-one
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=ghcr.io/theopenlane/dbx:620-516e3250 /bin/dbx /bin/dbx
COPY --from=redis:7.4.0 /usr/local/bin/redis-server /bin/redis-server

# Copy FGA binary
COPY --from=openfga/openfga:v1.6.1 /openfga /bin/openfga
COPY --from=openfga/openfga:v1.6.2 /openfga /bin/openfga

# Copy default model into image
COPY fga/model/openlane.fga fga/model/openlane.fga
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose-fga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include:
- docker-compose-pg.yml
services:
migrate:
image: openfga/openfga:v1.6.1
image: openfga/openfga:v1.6.2
container_name: migrate
command: migrate
depends_on:
Expand All @@ -17,7 +17,7 @@ services:
depends_on:
migrate:
condition: service_completed_successfully
image: openfga/openfga:v1.6.1
image: openfga/openfga:v1.6.2
container_name: openfga
environment:
- OPENFGA_DATASTORE_ENGINE=postgres
Expand Down

0 comments on commit c1ccfc9

Please sign in to comment.