1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
imgproxy/heroku/Dockerfile

5 lines
123 B
Docker
Raw Normal View History

2019-06-18 16:49:26 +02:00
ARG IMGPROXY_TAG=latest
FROM darthsim/imgproxy:$IMGPROXY_TAG
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"