-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #679 from Kong/release/3.4.2
Release: 3.4.2
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters