Skip to content

Commit

Permalink
Release: 3.5.0 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
locao authored Nov 9, 2023
1 parent 59b127d commit e4ba2e3
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.2
ARG KONG_VERSION=3.5.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="012ce37a57894db6f0f8139c79127fca759e6da58b09d56858901ac64d76557e"
ARG KONG_SHA256="26e0b8c4db1782f7693766159f82c9671255612d55aa0f076faa4e6eb0495a4c"

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.2
ARG KONG_VERSION=3.5.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="46dcb86e1af3d8dd32ff1e679befad2ef11975039effcf94f7d9b46b84b4c3ce"
ARG KONG_SHA256="aace6a1e95f07f0693101b604d7306b55e8ff817437c1fe1c60a6dfea79bdae1"

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.2
ARG KONG_VERSION=3.5.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="b6bf56a5088660e7cac748a005af8d977be7177e64b0abfe1e7f77d797cdc0e2"
ARG KONG_ARM64_SHA="8bca79a6337a6299316cca4e2f9a766df09268359292686498db18a48d883689"
ARG KONG_AMD64_SHA="ad00de50a799f533e0e88d10063022b41e52bc50fa3c9169ce451c9561e2cd5d"
ARG KONG_ARM64_SHA="d34c29ba688986f2bb23e118478f450d8a49755d1178ecc5d7184e46944b4881"

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

0 comments on commit e4ba2e3

Please sign in to comment.