Skip to content

Commit

Permalink
Merge pull request #697 from Kong/release/3.6.1
Browse files Browse the repository at this point in the history
chore(*) bump to Kong 3.6.1
  • Loading branch information
samugi committed Mar 4, 2024
2 parents 3d393c7 + 039fb01 commit 4dec46e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.deb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM debian:bullseye-20230502-slim

LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)"
ARG KONG_VERSION=3.6.0
ARG KONG_VERSION=3.6.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="e5799bcd5c812dbc5b8bba04a9fad817a75781c3084daafcf83671e0c604d753"
ARG KONG_SHA256="97da5168777d5ebc48ff5488d254bee930c52a631203e94c76b3b9dcc83a5d5c"

ARG KONG_PREFIX=/usr/local/kong
ENV KONG_PREFIX $KONG_PREFIX
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7@sha256:6910799b75ad41f00891

LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)"

ARG KONG_VERSION=3.6.0
ARG KONG_VERSION=3.6.1
ENV KONG_VERSION $KONG_VERSION

# RedHat required labels
Expand All @@ -18,7 +18,7 @@ LABEL name="Kong" \
# RedHat required LICENSE file approved path
COPY LICENSE /licenses/

ARG KONG_SHA256="806fa565b5c6e88410d2b0a3bfa3a8ca7591910387b089457709935783b611f0"
ARG KONG_SHA256="18b9cdcf7d89b4cbaa8d30c1115fea7e8f8ecfb8d4fd7126e3c3ff8c3d9b405c"

ARG KONG_PREFIX=/usr/local/kong
ENV KONG_PREFIX $KONG_PREFIX
Expand Down
6 changes: 3 additions & 3 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ARG EE_PORTS

COPY kong.deb /tmp/kong.deb

ARG KONG_VERSION=3.6.0
ARG KONG_VERSION=3.6.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="73baee93639c774f3932e270f2ef9021ee638bff3b301a94bfb6003aaaa8b5e1"
ARG KONG_ARM64_SHA="c7cc33ccfad303c18d83db0d7262be77fce7ec702c49f096ab201a9c5e1ff0be"
ARG KONG_AMD64_SHA="03b2aca93fd41b8dc0908754cef815433c1d3069ac842a1d078ca98105b230fd"
ARG KONG_ARM64_SHA="b544bfe2ba4109335d26efb5e59029450f823c3a19b6aef77f6c93d5850142b0"

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

0 comments on commit 4dec46e

Please sign in to comment.