Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Hutchinson <[email protected]>
  • Loading branch information
dependabot[bot] and hutchic authored Dec 6, 2023
1 parent b3f357c commit eaad80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.package
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG ARCHITECTURE=x86_64

# Use FPM to change the contents of /tmp/build into a deb / rpm / apk.tar.gz
FROM --platform=linux/amd64 kong/fpm:0.6.0 as x86_64-fpm
FROM --platform=linux/arm64 kong/fpm:0.6.0 as aarch64-fpm
FROM --platform=linux/amd64 kong/fpm:0.8.2 as x86_64-fpm
FROM --platform=linux/arm64 kong/fpm:0.8.2 as aarch64-fpm

FROM $ARCHITECTURE-fpm as fpm

Expand Down

0 comments on commit eaad80a

Please sign in to comment.