From: Alberto Leiva Popper Date: Sat, 16 Dec 2023 00:10:31 +0000 (-0600) Subject: Update Docker X-Git-Tag: 1.6.2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18e23a668702c893f72d87c249ca9fe0394eabbd;p=thirdparty%2FFORT-validator.git Update Docker --- diff --git a/docker/Dockerfile b/docker/Dockerfile index cd4a146e..be974380 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.6.0 +ARG FORT_VERSION=1.6.1 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \