]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Use the latest version (1.4.0) at Dockerfile
authorpcarana <pc.moreno2099@gmail.com>
Fri, 28 Aug 2020 20:54:45 +0000 (15:54 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 28 Aug 2020 20:54:45 +0000 (15:54 -0500)
docker/Dockerfile

index 4a4cd414d5ae138b59e825721fe348dbda533b03..cb4d0b215d28eb7185281630c1441dbbbb1eec3a 100644 (file)
@@ -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 \