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

index 6fe35846608388e908f51727b35ae4834c790c45..91262790de645d49a72a158139c7878e9a9a208d 100644 (file)
@@ -1,6 +1,6 @@
 #--- Alpine build container ---
 FROM alpine:latest AS builder
-ARG FORT_VERSION=1.6.1
+ARG FORT_VERSION=1.6.2
 
 # Install compiler and dependencies
 RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \