mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-16 09:36:18 +02:00
Add build arg to Heroku Dockerfile
This commit is contained in:
@@ -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>"
|
||||
|
Reference in New Issue
Block a user