Skip to content

Commit

Permalink
Merge pull request #234 from PolicyEngine/fix/correct_dockerfile_link
Browse files Browse the repository at this point in the history
Update Docker image path
  • Loading branch information
anth-volk authored Aug 22, 2024
2 parents 0e6bbfb + 55db9ec commit fd41a06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Updated Docker image path
2 changes: 1 addition & 1 deletion gcp/policyengine_household_api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM anthvolk/policyengine-household-api:latest
FROM policyengine/policyengine-household-api:latest
ENV GOOGLE_APPLICATION_CREDENTIALS .gac.json
ENV AUTH0_ADDRESS_NO_DOMAIN .address
ENV AUTH0_AUDIENCE_NO_DOMAIN .audience
Expand Down

0 comments on commit fd41a06

Please sign in to comment.