Skip to content

Commit

Permalink
Update FPM to 1.13.1
Browse files Browse the repository at this point in the history
This updates the FPM image to include 1.13.1. And it updates the
base image to debian:buster which has a newer version of RPM that
supports sha256 digests.

    # rpm --version
    RPM version 4.14.2.1
    # fpm --version
    1.13.1
  • Loading branch information
andrewkroh committed Jul 28, 2021
1 parent d467433 commit 2b1aa1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fpm/Dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer="Elastic Beats Team"

RUN \
Expand Down
2 changes: 1 addition & 1 deletion fpm/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ../Makefile.common

NAME := fpm
VERSION := 1.11.0
VERSION := 1.13.1

build:
@echo ">> Building $(REPOSITORY)/$(NAME):$(VERSION)$(SUFFIX)"
Expand Down

0 comments on commit 2b1aa1f

Please sign in to comment.