From: Alberto Leiva Popper Date: Tue, 24 Sep 2024 16:51:02 +0000 (-0600) Subject: Update Docker X-Git-Tag: 1.6.5~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc97874ac9e032d34c0a164b070585b6c5298276;p=thirdparty%2FFORT-validator.git Update Docker --- diff --git a/docker/Dockerfile b/docker/Dockerfile index f5487208..13ae0aad 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.6.3 +ARG FORT_VERSION=1.6.4 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \