From 92892d8be611ff97adf853232e161b5309040c7e Mon Sep 17 00:00:00 2001 From: Pat Date: Tue, 5 Sep 2023 10:04:51 +0100 Subject: [PATCH] Update dockerfiles/Dockerfile Signed-off-by: Pat --- dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 41209c4d7c0..bc0c06c5517 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -11,7 +11,7 @@ # docker buildx build --platform "linux/amd64,linux/arm64,linux/arm/v7" -f ./dockerfiles/Dockerfile.multiarch --build-arg FLB_TARBALL=https://github.com/fluent/fluent-bit/archive/v1.8.11.tar.gz ./dockerfiles/ # Set this to the current release version: it gets done so as part of the release. -ARG RELEASE_VERSION=2.1.100 +ARG RELEASE_VERSION=2.1.10 # For multi-arch builds - assumption is running on an AMD64 host FROM multiarch/qemu-user-static:x86_64-arm as qemu-arm32