Skip to content

Commit

Permalink
Update Azure cli to 2.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam authored Nov 21, 2024
1 parent e951edd commit 3da542e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG MONGODB_TOOLS_VERSION=100.8.0
ARG EN_AWS_CLI=false
ARG AWS_CLI_VERSION=1.29.44
ARG EN_AZURE=false
ARG AZURE_CLI_VERSION=2.63.0
ARG AZURE_CLI_VERSION=2.67.0
ARG EN_GCLOUD=false
ARG GOOGLE_CLOUD_SDK_VERSION=499.0.0
ARG EN_GPG=true
Expand Down Expand Up @@ -100,4 +100,4 @@ LABEL org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.schema-version="1.0"

# Entry point for the mgob application
ENTRYPOINT [ "/usr/local/bin/mgob" ]
ENTRYPOINT [ "/usr/local/bin/mgob" ]

0 comments on commit 3da542e

Please sign in to comment.