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.5 .0
5+ ARG KONG_VERSION=3.6 .0
66ENV KONG_VERSION $KONG_VERSION
77
8- ARG KONG_SHA256="26e0b8c4db1782f7693766159f82c9671255612d55aa0f076faa4e6eb0495a4c "
8+ ARG KONG_SHA256="e5799bcd5c812dbc5b8bba04a9fad817a75781c3084daafcf83671e0c604d753 "
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.5 .0
6+ ARG KONG_VERSION=3.6 .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="aace6a1e95f07f0693101b604d7306b55e8ff817437c1fe1c60a6dfea79bdae1 "
21+ ARG KONG_SHA256="806fa565b5c6e88410d2b0a3bfa3a8ca7591910387b089457709935783b611f0 "
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.5 .0
12+ ARG KONG_VERSION=3.6 .0
1313ENV KONG_VERSION $KONG_VERSION
1414
15- ARG KONG_AMD64_SHA="ad00de50a799f533e0e88d10063022b41e52bc50fa3c9169ce451c9561e2cd5d "
16- ARG KONG_ARM64_SHA="d34c29ba688986f2bb23e118478f450d8a49755d1178ecc5d7184e46944b4881 "
15+ ARG KONG_AMD64_SHA="73baee93639c774f3932e270f2ef9021ee638bff3b301a94bfb6003aaaa8b5e1 "
16+ ARG KONG_ARM64_SHA="c7cc33ccfad303c18d83db0d7262be77fce7ec702c49f096ab201a9c5e1ff0be "
1717
1818# hadolint ignore=DL3015
1919RUN set -ex; \
You can’t perform that action at this time.
0 commit comments