From cc97874ac9e032d34c0a164b070585b6c5298276 Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Tue, 24 Sep 2024 10:51:02 -0600 Subject: [PATCH] Update Docker --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f5487208..13ae0aad 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.6.3 +ARG FORT_VERSION=1.6.4 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \ -- 2.47.3