From 6449356d4d8c07102d566d24327ca1eafdba071c Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Wed, 21 Aug 2024 21:19:50 -0600 Subject: [PATCH] Update Docker --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 91262790..f5487208 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ -- 2.47.3