Skip to content

Commit

Permalink
chore: Update the value of ARG GEOIPUPDATE_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 Oct 28, 2024
1 parent 11a56ab commit e9e995f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN mkdir -p /etc/apt/keyrings && \
apt-get update && apt-get install -y --no-install-recommends azure-cli="${AZ_VERSION}-1~${AZ_DIST}" && apt-get clean && rm -rf /var/lib/apt/lists/*

# GEOIPUPDATE INSTALL
ARG GEOIPUPDATE_VERSION
ARG GEOIPUPDATE_VERSION=v7.0.1
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN ARCH="$(uname -m)" && \
if [ "$ARCH" = "x86_64" ]; then \
Expand Down

0 comments on commit e9e995f

Please sign in to comment.