Skip to content

Commit

Permalink
chore(*) bump to Kong 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Sep 11, 2024
1 parent 83bc641 commit e85eb1e
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.7.1
ARG KONG_VERSION=3.8.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="df13bb5efddc35693a349d742d4e2948148f3adce0b8557b7ea58ddba6789b13"
ARG KONG_SHA256="eec87ce7169668b35f4985ce78e08fced37d77c8b9e49608e02f4a703c90cdf2"

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.7.1
ARG KONG_VERSION=3.8.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="e5faf8fb843c4eba5b131a41e727eab0e96f2eea4584bbeb9e6f867d4b1ee96d"
ARG KONG_SHA256="fceec77ca7799d130145b8df35ed5c50038c8723b3f07199777dd3694049967b"

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.7.1
ARG KONG_VERSION=3.8.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="58e380961fc90c6b4dfd62f4ee596ab053afe5ae72a93445c4356f496f2dc9ec"
ARG KONG_ARM64_SHA="602a68cf3a09bbea26106d4bd4041c242d7913e40582d18cac0f6958aad78f72"
ARG KONG_AMD64_SHA="d7f3bb1b34128ebefc7c1dadf552b88903631d33e479715545c1e1b8f9468987"
ARG KONG_ARM64_SHA="21a35f15c1ee96996da8739c9bcc937e164b5a075db64c0a7e17b5443af458bf"

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

0 comments on commit e85eb1e

Please sign in to comment.