Skip to content

Commit

Permalink
chore(*) bump to Kong 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mashapedeployment committed Apr 6, 2022
1 parent f7140fb commit 84e21f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KONG_BUILD_TOOLS?=4.25.3
KONG_BUILD_TOOLS?=4.23.0
BASE?=alpine

build:
Expand Down
6 changes: 3 additions & 3 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ARG EE_PORTS
# hadolint ignore=DL3010
COPY kong.tar.gz /tmp/kong.tar.gz

ARG KONG_VERSION=2.8.0
ARG KONG_VERSION=2.7.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="60ef680e0fc4d2cf52934758e6a0dc0f173d2a3b32aca49c7eb31ab478c24583"
ARG KONG_ARM64_SHA="5c23f448eeae1b363ece51d066405c13798ee08ca413097a23d9b5ccb49cbf35"
ARG KONG_AMD64_SHA="16990765aee26fc194992f0f90fc81e78a46d77cd0fc1e6670f3b2f797c1fe6b"
ARG KONG_ARM64_SHA="3e5dde2479d53299e81dd903a04e30302108b0864c996a3662fda24ca7aee9f6"

# hadolint ignore=DL3018
RUN set -eux; \
Expand Down
4 changes: 2 additions & 2 deletions rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM registry.access.redhat.com/ubi${RHEL_VERSION}/ubi

MAINTAINER Kong

ARG KONG_VERSION=2.8.0
ARG KONG_VERSION=2.7.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="c6780fe9503836be53cfd2203d18896b3713270fdebbf0ff04c1243cf0fa2371"
ARG KONG_SHA256="d5655e317a95803bda60955b9b0c0ea5fedf4c79082fbbad9b0fad5320d3e67a"

LABEL name="Kong" \
vendor="Kong" \
Expand Down
4 changes: 2 additions & 2 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ARG EE_PORTS

COPY kong.deb /tmp/kong.deb

ARG KONG_VERSION=2.8.0
ARG KONG_VERSION=2.7.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="f49c6733bf71d5a9079fa7238f8b8cbdab11077a6afd81077a025268c6611744"
ARG KONG_SHA256="8124ddbfe80a1627b19a54e14b20ff0e176549699491cf5c61a4f0355470f8fc"

# hadolint ignore=DL3015
RUN set -ex \
Expand Down

0 comments on commit 84e21f2

Please sign in to comment.