We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663e01e commit cfca7caCopy full SHA for cfca7ca
dockerfiles/Dockerfile
@@ -11,7 +11,7 @@
11
# 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/
12
13
# Set this to the current release version: it gets done so as part of the release.
14
-ARG RELEASE_VERSION=2.1.11
+ARG RELEASE_VERSION=2.2.0
15
16
# For multi-arch builds - assumption is running on an AMD64 host
17
FROM multiarch/qemu-user-static:x86_64-arm as qemu-arm32
0 commit comments