Skip to content

Commit

Permalink
chore(deps): bump kong/kong-build-tools in /dockerfiles
Browse files Browse the repository at this point in the history
Bumps kong/kong-build-tools from apk-1.8.0 to apk-1.8.1.

---
updated-dependencies:
- dependency-name: kong/kong-build-tools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hutchic committed Nov 24, 2022
1 parent 7f8d5cf commit 1a1d321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile.openresty
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ARG DOCKER_BASE_SUFFIX
ARG DOCKER_REPOSITORY
ARG PACKAGE_TYPE

FROM kong/kong-build-tools:apk-1.8.0 as APK
FROM kong/kong-build-tools:deb-1.8.0 as DEB
FROM kong/kong-build-tools:rpm-1.8.0 as RPM
FROM kong/kong-build-tools:apk-1.8.1 as APK
FROM kong/kong-build-tools:deb-1.8.1 as DEB
FROM kong/kong-build-tools:rpm-1.8.1 as RPM

FROM $PACKAGE_TYPE

Expand Down

0 comments on commit 1a1d321

Please sign in to comment.