docker-httpie
docker-httpie copied to clipboard
Update?
Can this be updated, since the docker image is a couple years old. I'm sure HTTPIE has been updated since.
I was thinking the same topic. I think there is nothing to update really, docker file is running this command RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y httpie
and this should always pickup the most updated version of httpie.
I may be wrong..