File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22FROM debian:bullseye-20230502-slim
33
44LABEL maintainer="Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)"
5- ARG KONG_VERSION=3.4.2
5+ ARG KONG_VERSION=3.5.0
66ENV KONG_VERSION $KONG_VERSION
77
8- ARG KONG_SHA256="012ce37a57894db6f0f8139c79127fca759e6da58b09d56858901ac64d76557e "
8+ ARG KONG_SHA256="26e0b8c4db1782f7693766159f82c9671255612d55aa0f076faa4e6eb0495a4c "
99
1010ARG KONG_PREFIX=/usr/local/kong
1111ENV KONG_PREFIX $KONG_PREFIX
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
33
44LABEL maintainer="Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)"
55
6- ARG KONG_VERSION=3.4.2
6+ ARG KONG_VERSION=3.5.0
77ENV KONG_VERSION $KONG_VERSION
88
99# RedHat required labels
@@ -18,7 +18,7 @@ LABEL name="Kong" \
1818# RedHat required LICENSE file approved path
1919COPY LICENSE /licenses/
2020
21- ARG KONG_SHA256="46dcb86e1af3d8dd32ff1e679befad2ef11975039effcf94f7d9b46b84b4c3ce "
21+ ARG KONG_SHA256="aace6a1e95f07f0693101b604d7306b55e8ff817437c1fe1c60a6dfea79bdae1 "
2222
2323ARG KONG_PREFIX=/usr/local/kong
2424ENV KONG_PREFIX $KONG_PREFIX
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ ARG EE_PORTS
99
1010COPY kong.deb /tmp/kong.deb
1111
12- ARG KONG_VERSION=3.4.2
12+ ARG KONG_VERSION=3.5.0
1313ENV KONG_VERSION $KONG_VERSION
1414
15- ARG KONG_AMD64_SHA="b6bf56a5088660e7cac748a005af8d977be7177e64b0abfe1e7f77d797cdc0e2 "
16- ARG KONG_ARM64_SHA="8bca79a6337a6299316cca4e2f9a766df09268359292686498db18a48d883689 "
15+ ARG KONG_AMD64_SHA="ad00de50a799f533e0e88d10063022b41e52bc50fa3c9169ce451c9561e2cd5d "
16+ ARG KONG_ARM64_SHA="d34c29ba688986f2bb23e118478f450d8a49755d1178ecc5d7184e46944b4881 "
1717
1818# hadolint ignore=DL3015
1919RUN set -ex; \
You can’t perform that action at this time.
0 commit comments