]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Update Docker
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 24 Sep 2024 16:51:02 +0000 (10:51 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 24 Sep 2024 16:51:02 +0000 (10:51 -0600)
docker/Dockerfile

index f5487208ef3998878e7eb5b969a897fde2fefac3..13ae0aad087d6ced390eb64ab98af9522e6ed25c 100644 (file)
@@ -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 \