From 18e23a668702c893f72d87c249ca9fe0394eabbd Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Fri, 15 Dec 2023 18:10:31 -0600 Subject: [PATCH] Update Docker --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index cd4a146e..be974380 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ #--- Alpine build container --- FROM alpine:latest AS builder -ARG FORT_VERSION=1.6.0 +ARG FORT_VERSION=1.6.1 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \ -- 2.47.3