Skip to content

Commit

Permalink
release(2.8.4): sums that match package distros
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Sep 22, 2023
1 parent 0ecad03 commit 2380389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.deb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-slim
ARG KONG_VERSION=2.8.4
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="406ff8126f30e62afc24cf16fb0550d339d04b05ce1d29b420c6ec88698d70a3"
ARG KONG_SHA256="41927518a0660d1de70036c11b7d86d1ff1c88b36b2a8c9ac41c40d8ffde8564"

ARG KONG_PREFIX=/usr/local/kong
ENV KONG_PREFIX $KONG_PREFIX
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM redhat/ubi8
ARG KONG_VERSION=2.8.4
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="8db1a769d9d79b389188773066f66e0d63b3a4f82b319b663d1555abc46d4fd7"
ARG KONG_SHA256="5fc03e60d35986d4ed523565518f9f594817e885003a36349e09166a437dac62"

ARG KONG_PREFIX=/usr/local/kong
ENV KONG_PREFIX $KONG_PREFIX
Expand Down

0 comments on commit 2380389

Please sign in to comment.