]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Update Docker
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 16 Dec 2023 00:10:31 +0000 (18:10 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 16 Dec 2023 00:10:31 +0000 (18:10 -0600)
docker/Dockerfile

index cd4a146e5858c6aca74e8a759959128ad897c5c3..be974380aaf982ece5722347ea3602981c0e0d7a 100644 (file)
@@ -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 \