Skip to content

Commit

Permalink
Release: 3.4.1 (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored Oct 5, 2023
1 parent 8242819 commit dae5846
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.deb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
FROM debian:bullseye-20230502-slim

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

ARG KONG_VERSION=3.4.0
ARG KONG_VERSION=3.4.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="a9f22f5d155c6afd75e813fd463a456938b98d8847c75f235c6c7d1b3d0b3ba2"
ARG KONG_SHA256="c2418c91e7922f8670a7ad0f9af58a51f8d34ed83493fbea3b0cc3d1ec0c08bc"

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.0
ARG KONG_VERSION=3.4.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="8c30e94f82302a840e5ff5beba344640348eff1d43f4f5f1207ca2c7680bdb58"
ARG KONG_SHA256="39ba99f9bb539de5016741428ddb40e6e48b16af19bae45fc804c6dbe2d8f062"

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.0
ARG KONG_VERSION=3.4.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="9a4203174a29895d5dd71092a05b15b26ee9644e068d14d970aed28461d358fa"
ARG KONG_ARM64_SHA="b64e19216ce125039a6a832dc93bf277e05f233a91f1647b351cad3f166edd81"
ARG KONG_AMD64_SHA="664dd8fe5ce3621b1945e0b8ea27e8e607b2de1aafa7d796b5d5edd22ce6f6d2"
ARG KONG_ARM64_SHA="ae99eb5d2d8256e3caa90aaf6a9b82a976b476c41c71d69076fc56b4fbb305de"

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

0 comments on commit dae5846

Please sign in to comment.