Skip to content

Commit

Permalink
chore(*) bump to Kong 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Aug 7, 2020
1 parent f6cf736 commit fbf5f3f
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.0
ARG KONG_VERSION=2.1.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="8e5322ba57591e75e6c0d2cfe602cc104467be2336a4075c80831fb53cbb1f78"
ARG KONG_SHA256="4397ae9a753cba76c6d2d213ef3392e005ef874ed4cc5da9214d7c35b31ced0e"

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.0
ARG KONG_VERSION=2.1.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="fe44f7284511ba4769d386c2564051501e7e9b072e17f188cc9186265aac2a57"
ARG KONG_SHA256="3ea097a450a916d94498e1e1b8ae6dbf0089c3007227f07156d9d8467a82c9c4"

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.0
ARG KONG_VERSION=2.1.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="c1bcde62ba4f01c6c539c209e55ee4f333575d4a86ca08bc89a9d0653a0c6ec1"
ARG KONG_SHA256="a1e94ccbae11a6dd772ebada614dd521fbdab8b1fffbb43c82dd235cefde0109"
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.0
ARG KONG_VERSION=2.1.1
ENV KONG_VERSION $KONG_VERSION

RUN set -ex; \
Expand Down

0 comments on commit fbf5f3f

Please sign in to comment.