Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add build arg to Heroku Dockerfile
  • Loading branch information
DarthSim committed Jun 18, 2019
1 parent cf332e4 commit 6ce4201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions heroku.yml
@@ -1,3 +1,5 @@
build:
config:
IMGPROXY_TAG: latest
docker:
web: heroku/Dockerfile
4 changes: 3 additions & 1 deletion heroku/Dockerfile
@@ -1,2 +1,4 @@
FROM darthsim/imgproxy:latest
ARG IMGPROXY_TAG=latest

FROM darthsim/imgproxy:$IMGPROXY_TAG
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"

0 comments on commit 6ce4201

Please sign in to comment.