Skip to content

Commit

Permalink
Pin fpm version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Aug 23, 2022
1 parent c025903 commit 0a83984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/linux/fpm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q -y \
ruby-ffi \
rpm \
git \
&& gem install fpm \
&& gem install fpm -v 1.10.0 \
&& mkdir /src

WORKDIR /src

0 comments on commit 0a83984

Please sign in to comment.