File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
FROM debian:bullseye-20230502-slim
3
3
4
4
LABEL maintainer="Kong Docker Maintainers <
[email protected] > (@team-gateway-bot)"
5
- ARG KONG_VERSION=3.8 .0
5
+ ARG KONG_VERSION=3.9 .0
6
6
ENV KONG_VERSION $KONG_VERSION
7
7
8
- ARG KONG_SHA256="eec87ce7169668b35f4985ce78e08fced37d77c8b9e49608e02f4a703c90cdf2 "
8
+ ARG KONG_SHA256="dafb9737a3fe7108bd7120a652774f32f009de22cc133c61b503d8969a230976 "
9
9
10
10
ARG KONG_PREFIX=/usr/local/kong
11
11
ENV 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
3
3
4
4
LABEL maintainer="Kong Docker Maintainers <
[email protected] > (@team-gateway-bot)"
5
5
6
- ARG KONG_VERSION=3.8 .0
6
+ ARG KONG_VERSION=3.9 .0
7
7
ENV KONG_VERSION $KONG_VERSION
8
8
9
9
# RedHat required labels
@@ -18,7 +18,7 @@ LABEL name="Kong" \
18
18
# RedHat required LICENSE file approved path
19
19
COPY LICENSE /licenses/
20
20
21
- ARG KONG_SHA256="fceec77ca7799d130145b8df35ed5c50038c8723b3f07199777dd3694049967b "
21
+ ARG KONG_SHA256="f36d0eb6f67f82dc2011801d10229b1929bb83db96598f2ad499ef284f928b46 "
22
22
23
23
ARG KONG_PREFIX=/usr/local/kong
24
24
ENV KONG_PREFIX $KONG_PREFIX
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ ARG EE_PORTS
9
9
10
10
COPY kong.deb /tmp/kong.deb
11
11
12
- ARG KONG_VERSION=3.8 .0
12
+ ARG KONG_VERSION=3.9 .0
13
13
ENV KONG_VERSION $KONG_VERSION
14
14
15
- ARG KONG_AMD64_SHA="d7f3bb1b34128ebefc7c1dadf552b88903631d33e479715545c1e1b8f9468987 "
16
- ARG KONG_ARM64_SHA="21a35f15c1ee96996da8739c9bcc937e164b5a075db64c0a7e17b5443af458bf "
15
+ ARG KONG_AMD64_SHA="cf1935923583b306200d74327195c91a36f5c72f623235bb505199ba23d51186 "
16
+ ARG KONG_ARM64_SHA="fc7918ad498a44ab278ce85f9961649dc7fb96c3bfa123fbef7136038779b2dc "
17
17
18
18
# hadolint ignore=DL3015
19
19
RUN set -ex; \
You can’t perform that action at this time.
0 commit comments