Skip to content

Commit

Permalink
chore(*) bump to Kong 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Feb 12, 2024
1 parent e4ba2e3 commit 81258e2
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.5.0
ARG KONG_VERSION=3.6.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="26e0b8c4db1782f7693766159f82c9671255612d55aa0f076faa4e6eb0495a4c"
ARG KONG_SHA256="e5799bcd5c812dbc5b8bba04a9fad817a75781c3084daafcf83671e0c604d753"

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.5.0
ARG KONG_VERSION=3.6.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="aace6a1e95f07f0693101b604d7306b55e8ff817437c1fe1c60a6dfea79bdae1"
ARG KONG_SHA256="806fa565b5c6e88410d2b0a3bfa3a8ca7591910387b089457709935783b611f0"

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.5.0
ARG KONG_VERSION=3.6.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="ad00de50a799f533e0e88d10063022b41e52bc50fa3c9169ce451c9561e2cd5d"
ARG KONG_ARM64_SHA="d34c29ba688986f2bb23e118478f450d8a49755d1178ecc5d7184e46944b4881"
ARG KONG_AMD64_SHA="73baee93639c774f3932e270f2ef9021ee638bff3b301a94bfb6003aaaa8b5e1"
ARG KONG_ARM64_SHA="c7cc33ccfad303c18d83db0d7262be77fce7ec702c49f096ab201a9c5e1ff0be"

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

0 comments on commit 81258e2

Please sign in to comment.