From: Alberto Leiva Popper Date: Thu, 22 Aug 2024 03:19:50 +0000 (-0600) Subject: Update Docker X-Git-Tag: 1.6.4~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6449356d4d8c07102d566d24327ca1eafdba071c;p=thirdparty%2FFORT-validator.git Update Docker --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 91262790..f5487208 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.6.2 +ARG FORT_VERSION=1.6.3 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \