diff --git a/Dockerfile b/Dockerfile index ad46fd55..3f3e7e82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM centos:7 MAINTAINER Marco Palladino, marco@mashape.com -ENV KONG_VERSION 0.9.7 +ENV KONG_VERSION 0.9.8 RUN yum install -y wget https://github.com/Mashape/kong/releases/download/$KONG_VERSION/kong-$KONG_VERSION.el7.noarch.rpm && \ yum clean all