From e5bbf3fe757ebe59cfdfda3fade14ef8cd7fa751 Mon Sep 17 00:00:00 2001 From: Robert Paprocki Date: Tue, 24 Oct 2017 10:20:47 -0700 Subject: [PATCH] chore(*) bump Kong to 0.11.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0312bb7b..34e20bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:3.6 MAINTAINER Marco Palladino, marco@mashape.com -ENV KONG_VERSION 0.11.0 -ENV KONG_SHA256 34cfd44f61a4da5d39ad7b59bad7b4790451065ff8c8c3d000b6258ab6961949 +ENV KONG_VERSION 0.11.1 +ENV KONG_SHA256 2291f92a935d850fe850394834c7737e99a82c37b0024637b4e17adfa1a4ef28 RUN apk update \ && apk upgrade \