Skip to content

Commit

Permalink
Update Dockerfile (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam authored Feb 7, 2025
1 parent 44fd3d1 commit 7027350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mongo-tool/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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/*
RUN chmod +x /usr/local/bin/*

0 comments on commit 7027350

Please sign in to comment.