]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Update Docker
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 22 Aug 2024 03:19:50 +0000 (21:19 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 22 Aug 2024 03:19:50 +0000 (21:19 -0600)
docker/Dockerfile

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