Skip to content

Commit

Permalink
chore(*) bump to Kong 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Jul 13, 2021
1 parent c7710e8 commit ff3efa2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ ARG KONG_VERSION=2.5.0
ENV KONG_VERSION $KONG_VERSION


ARG KONG_AMD64_SHA="c63356c42b69388a849b592944d9f233769ad5fe6a333349b66ff8a4702f9af0"
ARG KONG_AMD64_SHA="ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7"
ENV KONG_AMD64_SHA $KONG_AMD64_SHA

ARG KONG_ARM64_SHA="c86ab7c7f136abebbe5891c9ffafbf51ba23566f8db68837a9535cb55c87d757"
ARG KONG_ARM64_SHA="131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf"
ENV KONG_ARM64_SHA $KONG_ARM64_SHA

RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY kong.rpm /tmp/kong.rpm
ARG KONG_VERSION=2.5.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="d3ced5f12e55d4d88b60bb5e8533c20b84bd390be0dbf253b46e47472c2287c5"
ARG KONG_SHA256="87b789aed871991b92d264b02ceca3c66246c825c28dd71e73faac7293e43fa2"

RUN set -ex; \
if [ "$ASSET" = "ce" ] ; then \
Expand Down
2 changes: 1 addition & 1 deletion rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV KONG_VERSION $KONG_VERSION
ARG RHEL_VERSION
ENV RHEL_VERSION $RHEL_VERSION

ARG KONG_SHA256="f2a781caa4fe3e87d8bcde97e151ca5202fcc79a48a0a073cdc371731c243a46"
ARG KONG_SHA256="8db0f15fc2d9478bceded4f06575a27c4e8c5e7fccab067b73ea81544a1da526"
ENV KONG_SHA256 $KONG_SHA256

RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion submit/official-images
Submodule official-images updated from 612e1d to 7918e4

0 comments on commit ff3efa2

Please sign in to comment.