From 7027350ee5bb6e3b804384e69a56b7cfddd04539 Mon Sep 17 00:00:00 2001 From: Sam Lin <456807+maxisam@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:58:19 -0600 Subject: [PATCH] Update Dockerfile (#159) --- mongo-tool/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongo-tool/Dockerfile b/mongo-tool/Dockerfile index 564ade4..d53e05a 100644 --- a/mongo-tool/Dockerfile +++ b/mongo-tool/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22.8-alpine3.20 AS builder # Build arguments -ARG MONGODB_TOOLS_VERSION=100.8.0 +ARG MONGODB_TOOLS_VERSION=100.11.0 ARG TARGETOS ARG TARGETARCH @@ -32,4 +32,4 @@ FROM alpine:3.20 COPY --from=builder /src/mongo-tools/bin/* /usr/local/bin/ # Ensure the binaries are executable -RUN chmod +x /usr/local/bin/* \ No newline at end of file +RUN chmod +x /usr/local/bin/*