Skip to content

Commit

Permalink
chore(deps): update openfga/openfga docker tag to v1.8.2 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent b683f31 commit f180705
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 @@ -24,7 +24,7 @@ COPY --from=ghcr.io/theopenlane/riverboat:amd64-86-3eaa899d /bin/riverboat /bin/
COPY --from=redis:7.4.1 /usr/local/bin/redis-server /bin/redis-server

# Copy FGA binary
COPY --from=openfga/openfga:v1.8.1 /openfga /bin/openfga
COPY --from=openfga/openfga:v1.8.2 /openfga /bin/openfga

# Copy default model into image
COPY fga/model/model.fga fga/model/model.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.8.1
image: openfga/openfga:v1.8.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.8.1
image: openfga/openfga:v1.8.2
container_name: openfga
environment:
- OPENFGA_DATASTORE_ENGINE=postgres
Expand Down

0 comments on commit f180705

Please sign in to comment.