mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-18 16:31:44 +02:00
Add build arg to Heroku Dockerfile
This commit is contained in:
parent
cf332e4611
commit
6ce4201bb0
@ -1,3 +1,5 @@
|
||||
build:
|
||||
config:
|
||||
IMGPROXY_TAG: latest
|
||||
docker:
|
||||
web: 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>"
|
||||
|
Loading…
Reference in New Issue
Block a user