Skip to content

Commit

Permalink
chore(*) bump Kong to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p0pr0ck5 committed Oct 24, 2017
1 parent 1995301 commit e0d2461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos:7
MAINTAINER Marco Palladino, marco@mashape.com

ENV KONG_VERSION 0.11.0
ENV KONG_VERSION 0.11.1

RUN yum install -y wget https://bintray.com/kong/kong-community-edition-rpm/download_file?file_path=dists%2Fkong-community-edition-$KONG_VERSION.el7.noarch.rpm && \
yum clean all
Expand All @@ -13,4 +13,4 @@ EXPOSE 8000 8443 8001 8444

STOPSIGNAL SIGTERM

CMD ["/usr/local/openresty/nginx/sbin/nginx", "-c", "/usr/local/kong/nginx.conf", "-p", "/usr/local/kong/"]
CMD ["/usr/local/openresty/nginx/sbin/nginx", "-c", "/usr/local/kong/nginx.conf", "-p", "/usr/local/kong/"]

0 comments on commit e0d2461

Please sign in to comment.