From e5497afce24cfc2d9553b64fe469bd73e0f9dde9 Mon Sep 17 00:00:00 2001 From: pcarana Date: Fri, 28 Aug 2020 15:54:45 -0500 Subject: [PATCH] Use the latest version (1.4.0) at Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4a4cd414..cb4d0b21 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.3.0 +ARG FORT_VERSION=1.4.0 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \ -- 2.47.2