Skip to content

Commit

Permalink
chore: Update Dockerfile address
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Dec 21, 2023
1 parent 73d795d commit 5dfe829
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:
changed:
- Updated Dockerfile address
2 changes: 1 addition & 1 deletion gcp/policyengine_api_light/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM policyengine/policyengine-api-light:latest
FROM anthvolk/policyengine-api-light:latest
ENV GOOGLE_APPLICATION_CREDENTIALS .gac.json
ADD . /app
RUN cd /app && make install && make test
Expand Down

0 comments on commit 5dfe829

Please sign in to comment.