diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 06d949cc..8692bd49 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -10,8 +10,8 @@ COPY kong.deb /tmp/kong.deb ARG KONG_VERSION=2.8.3 ENV KONG_VERSION $KONG_VERSION -ARG KONG_AMD64_SHA="897e159da8e1432e474794d1e25d81fe6548adfa7b68beb186365d732e031d63" -ARG KONG_ARM64_SHA="5f806a19dcb3f4f41108fd6472a2480c7f6032519ecb506de5c9da8a0faf8172" +ARG KONG_AMD64_SHA="b52baf1caa300c3ee70ff4d58982085b1da9203c69118c885f00d13954634810" +ARG KONG_ARM64_SHA="1d5c2064d44b76fbb3cabf168dc226e91fedb991ace32915297505d089679fed" # hadolint ignore=DL3015 RUN set -ex; \