Skip to content

Commit

Permalink
chore(*) bump to Kong 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Oct 12, 2023
1 parent dae5846 commit 2ccc1a4
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.4.1
ARG KONG_VERSION=3.4.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="c2418c91e7922f8670a7ad0f9af58a51f8d34ed83493fbea3b0cc3d1ec0c08bc"
ARG KONG_SHA256="012ce37a57894db6f0f8139c79127fca759e6da58b09d56858901ac64d76557e"

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.4.1
ARG KONG_VERSION=3.4.2
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="39ba99f9bb539de5016741428ddb40e6e48b16af19bae45fc804c6dbe2d8f062"
ARG KONG_SHA256="46dcb86e1af3d8dd32ff1e679befad2ef11975039effcf94f7d9b46b84b4c3ce"

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.4.1
ARG KONG_VERSION=3.4.2
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="664dd8fe5ce3621b1945e0b8ea27e8e607b2de1aafa7d796b5d5edd22ce6f6d2"
ARG KONG_ARM64_SHA="ae99eb5d2d8256e3caa90aaf6a9b82a976b476c41c71d69076fc56b4fbb305de"
ARG KONG_AMD64_SHA="b6bf56a5088660e7cac748a005af8d977be7177e64b0abfe1e7f77d797cdc0e2"
ARG KONG_ARM64_SHA="8bca79a6337a6299316cca4e2f9a766df09268359292686498db18a48d883689"

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

0 comments on commit 2ccc1a4

Please sign in to comment.