Skip to content

Commit

Permalink
chore(deps): bump hutchic-org/kong-runtime
Browse files Browse the repository at this point in the history
Bumps hutchic-org/kong-runtime from 1.0.8-aarch64-linux-gnu to 1.0.159-aarch64-linux-gnu.

---
updated-dependencies:
- dependency-name: hutchic-org/kong-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 56ae95c commit 6a97e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG OPERATING_SYSTEM_VERSION="22.04"
# List out all image permutations to trick dependabot
FROM --platform=linux/amd64 ghcr.io/hutchic-org/kong-runtime:1.0.8-x86_64-linux-musl as x86_64-linux-musl
FROM --platform=linux/amd64 ghcr.io/hutchic-org/kong-runtime:1.0.8-x86_64-linux-gnu as x86_64-linux-gnu
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-runtime:1.0.8-aarch64-linux-musl as aarch64-linux-musl
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-runtime:1.0.8-aarch64-linux-gnu as aarch64-linux-gnu
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-runtime:1.0.140-aarch64-linux-musl as aarch64-linux-musl
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-runtime:1.0.159-aarch64-linux-gnu as aarch64-linux-gnu


# Run the build script
Expand Down

0 comments on commit 6a97e81

Please sign in to comment.