Skip to content

Commit

Permalink
Merge pull request #728 from Kong/fix/noble-sums
Browse files Browse the repository at this point in the history
fix: ubuntu noble package checksums
  • Loading branch information
curiositycasualty authored Dec 20, 2024
2 parents 62560bd + dbbec38 commit 9124677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 9124677

Please sign in to comment.