Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2023
1 parent 8ffea65 commit 9e78220
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.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 kong/kong-build-tools:apk-1.8.3 as APK
FROM kong/kong-build-tools:deb-1.8.3 as DEB
FROM kong/kong-build-tools:rpm-1.8.3 as RPM

FROM $PACKAGE_TYPE

Expand Down

0 comments on commit 9e78220

Please sign in to comment.