Skip to content

Commit

Permalink
chore(*) bump to Kong 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Aug 13, 2020
1 parent 8b2b58c commit 21a0dc6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ ARG EE_PORTS

COPY kong.tar.gz /tmp/kong.tar.gz

ARG KONG_VERSION=2.1.1
ARG KONG_VERSION=2.1.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="4397ae9a753cba76c6d2d213ef3392e005ef874ed4cc5da9214d7c35b31ced0e"
ARG KONG_SHA256="bd36b7b17e38949a1e4747fad4b6fe34c30c81e4a4a94dae5dd0073871e841bd"

RUN set -ex; \
if [ "$ASSET" = "ce" ] ; then \
Expand Down
4 changes: 2 additions & 2 deletions centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ARG EE_PORTS

COPY kong.rpm /tmp/kong.rpm

ARG KONG_VERSION=2.1.1
ARG KONG_VERSION=2.1.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="3ea097a450a916d94498e1e1b8ae6dbf0089c3007227f07156d9d8467a82c9c4"
ARG KONG_SHA256="fe2b71f487b4f408549f458f5041219673f8108ade7fae203681f03a81db2e3c"

RUN set -ex; \
if [ "$ASSET" = "ce" ] ; then \
Expand Down
4 changes: 2 additions & 2 deletions rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ ARG EE_PORTS

COPY kong.rpm /tmp/kong.rpm

ARG KONG_VERSION=2.1.1
ARG KONG_VERSION=2.1.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="a1e94ccbae11a6dd772ebada614dd521fbdab8b1fffbb43c82dd235cefde0109"
ARG KONG_SHA256="45f8c894166ca67439c66e78e6e3c6659fab851bd8f363e59b352b5107a7d2b9"
ENV KONG_SHA256 $KONG_SHA256

RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG EE_PORTS

COPY kong.deb /tmp/kong.deb

ARG KONG_VERSION=2.1.1
ARG KONG_VERSION=2.1.2
ENV KONG_VERSION $KONG_VERSION

RUN set -ex; \
Expand Down

0 comments on commit 21a0dc6

Please sign in to comment.