From 409185e8ff9f453c087d16f7dc10cdb5d875bad0 Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Sat, 25 May 2024 10:15:10 -0600 Subject: [PATCH] Update Docker --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6fe35846..91262790 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \