Skip to content

Commit

Permalink
chore(deps): bump kong/fpm from 0.5.1 to 0.6.0 in /dockerfiles
Browse files Browse the repository at this point in the history
Bumps kong/fpm from 0.5.1 to 0.6.0.

---
updated-dependencies:
- dependency-name: kong/fpm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hutchic committed Nov 8, 2022
1 parent ba608b2 commit 539a29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.package
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG DOCKER_REPOSITORY

FROM ${DOCKER_REPOSITORY}:kong-${PACKAGE_TYPE}-${DOCKER_KONG_SUFFIX} as KONG

FROM kong/fpm:0.5.1 as FPM
FROM kong/fpm:0.6.0 as FPM

COPY --from=KONG /tmp/build /tmp/build
COPY fpm-entrypoint.sh sign-rpm.exp .rpmmacros /
Expand Down

0 comments on commit 539a29f

Please sign in to comment.