Skip to content

Commit

Permalink
chore: Update the value of ARG AZ_VERSION in the Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed Dec 13, 2024
1 parent 3d79502 commit 8eeedcb
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
@@ -1,6 +1,6 @@
ARG GEOIPUPDATE_VERSION=v7.1.0
ARG AZCOPY_VERSION=10.26.0-20240731
ARG AZ_VERSION=2.51.0
ARG AZ_VERSION=2.67.0
ARG KUBECTL_VERSION=1.26.12

FROM ubuntu:22.04
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN ARCH="$(uname -m)" && \
&& chmod +x /usr/bin/azcopy

# AZ INSTALL
ARG AZ_VERSION
ARG AZ_VERSION=2.67.0
RUN mkdir -p /etc/apt/keyrings && \
wget --quiet --output-document - "https://packages.microsoft.com/keys/microsoft.asc" | gpg --dearmor | tee /etc/apt/keyrings/microsoft.gpg > /dev/null && \
chmod go+r /etc/apt/keyrings/microsoft.gpg && \
Expand Down

0 comments on commit 8eeedcb

Please sign in to comment.