Skip to content

Commit

Permalink
bump fpm to 1.15.1 (#92)
Browse files Browse the repository at this point in the history
* bump fpm to 1.15.1

fixes #90

* Fix path to fpm
  • Loading branch information
benformosa authored Dec 4, 2023
1 parent d730338 commit 872bb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN echo "disabled"

FROM ruby:latest

ARG FPM_VERSION=1.15.0
ARG FPM_VERSION=1.15.1
ENV FPM_VERSION="${FPM_VERSION}"

ENV DEBIAN_FRONTEND noninteractive
Expand All @@ -30,4 +30,4 @@ RUN cd $(gem env gemhome)/gems/fpm-* \

WORKDIR /src/

CMD /usr/local/bin/fpm
CMD /usr/local/bundle/bin/fpm

0 comments on commit 872bb34

Please sign in to comment.