Skip to content

Commit

Permalink
fix(ubuntu) correct 2.8.3 shas
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Feb 28, 2023
1 parent c8c0c18 commit 7557a36
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 @@ -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; \
Expand Down

0 comments on commit 7557a36

Please sign in to comment.