From: pcarana Date: Fri, 28 Aug 2020 20:54:45 +0000 (-0500) Subject: Use the latest version (1.4.0) at Dockerfile X-Git-Tag: v1.4.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5497afce24cfc2d9553b64fe469bd73e0f9dde9;p=thirdparty%2FFORT-validator.git Use the latest version (1.4.0) at Dockerfile --- 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 \