From dbbec385f25714647db4561e69ef85e80b90c204 Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Fri, 20 Dec 2024 13:25:18 -0800 Subject: [PATCH] fix: ubuntu noble package checksums --- ubuntu/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 8c27d1ac..8b526fbb 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -12,8 +12,8 @@ COPY kong.deb /tmp/kong.deb ARG KONG_VERSION=3.9.0 ENV KONG_VERSION $KONG_VERSION -ARG KONG_AMD64_SHA="cf1935923583b306200d74327195c91a36f5c72f623235bb505199ba23d51186" -ARG KONG_ARM64_SHA="fc7918ad498a44ab278ce85f9961649dc7fb96c3bfa123fbef7136038779b2dc" +ARG KONG_AMD64_SHA="c05ef5dc312676e032627c1cb0934056061d97b43ed8eb20bea9218916d90b40" +ARG KONG_ARM64_SHA="b487f95079a3a8ec07d331725e02b5a489e979f0d5e95ad16278bf60a665b34d" # hadolint ignore=DL3015 RUN set -ex; \