Skip to content

Commit

Permalink
chore(*) bump to Kong 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Dec 14, 2024
1 parent db20349 commit 156a79d
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 <docker@konghq.com> (@team-gateway-bot)"
ARG KONG_VERSION=3.8.0
ARG KONG_VERSION=3.9.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="eec87ce7169668b35f4985ce78e08fced37d77c8b9e49608e02f4a703c90cdf2"
ARG KONG_SHA256="dafb9737a3fe7108bd7120a652774f32f009de22cc133c61b503d8969a230976"

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 <docker@konghq.com> (@team-gateway-bot)"

ARG KONG_VERSION=3.8.0
ARG KONG_VERSION=3.9.0
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="fceec77ca7799d130145b8df35ed5c50038c8723b3f07199777dd3694049967b"
ARG KONG_SHA256="f36d0eb6f67f82dc2011801d10229b1929bb83db96598f2ad499ef284f928b46"

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.8.0
ARG KONG_VERSION=3.9.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="d7f3bb1b34128ebefc7c1dadf552b88903631d33e479715545c1e1b8f9468987"
ARG KONG_ARM64_SHA="21a35f15c1ee96996da8739c9bcc937e164b5a075db64c0a7e17b5443af458bf"
ARG KONG_AMD64_SHA="cf1935923583b306200d74327195c91a36f5c72f623235bb505199ba23d51186"
ARG KONG_ARM64_SHA="fc7918ad498a44ab278ce85f9961649dc7fb96c3bfa123fbef7136038779b2dc"

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

0 comments on commit 156a79d

Please sign in to comment.