From: Alberto Leiva Popper Date: Sat, 25 May 2024 16:15:10 +0000 (-0600) Subject: Update Docker X-Git-Tag: 1.6.3~20 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=409185e8ff9f453c087d16f7dc10cdb5d875bad0;p=thirdparty%2FFORT-validator.git Update Docker --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 6fe35846..91262790 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.6.1 +ARG FORT_VERSION=1.6.2 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \