Skip to content

Commit

Permalink
chore(*): bump kong to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored and jschmid1 committed Aug 2, 2023
1 parent 4a31250 commit 2207aa2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.apk
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM alpine:3.17

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

ARG KONG_VERSION=3.3.0
ARG KONG_VERSION=3.3.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="494522d5ef9baf674272bbb7075e406a4515a7475253fd3026cc7ca9451612a2"
ARG KONG_AMD64_SHA="b544aa8d23b544b7ec48e943e3525f6c1f33b202522020eedf91784c87de1a3d"

ARG KONG_PREFIX=/usr/local/kong
ENV KONG_PREFIX $KONG_PREFIX
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.deb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM debian:bullseye-20230502-slim

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

ARG KONG_VERSION=3.3.0
ARG KONG_VERSION=3.3.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="2fcfaa2095d2eb9dc91820f2f5f0e623b0b8a7457ddcb6ddf5761f4cb02d14e9"
ARG KONG_SHA256="e19cad618ec3408b99c276ee336331c21bf661852193b174268caad45e6e9ccb"

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.3.0
ARG KONG_VERSION=3.3.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="d5aef8421e962b97bb734bacb443ddf40733acfad61bf3cf97611619c348b2f6"
ARG KONG_SHA256="18eddb3bc3799cb8fd84b48789fa226525437985aec4f5730f9e370728fd3bb7"

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.3.0
ARG KONG_VERSION=3.3.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="e8c5fe8cacf19477d37a3b16375a263183f0c87c9ec217c4ead0c774d286be5b"
ARG KONG_ARM64_SHA="2d918f7dd1ca5d54a6832cc370892a99af8e39fc4040df66d2d7ca6d97b9a2b5"
ARG KONG_AMD64_SHA="3aa6625933b60c8a4669a3623bcd3a3d736dfd807bbc314ea8989cd63c117a20"
ARG KONG_ARM64_SHA="3fd20cd0e45e81d858b54d3e40992d73ac9d7d11e398c0d02854ff69988657dd"

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

0 comments on commit 2207aa2

Please sign in to comment.