Skip to content

Commit

Permalink
Merge pull request #4 from jenkins-infra/updatecli_main_25e1b62c95dff…
Browse files Browse the repository at this point in the history
…47764899ac89fafcb51a3305a564a0e5368a03a83be58b2fdfe

Bump `Geoipupdate` version to v7.1.0
  • Loading branch information
dduportal authored Dec 13, 2024
2 parents b20e815 + 672a77a commit cf79952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GEOIPUPDATE_VERSION=v7.0.1
ARG GEOIPUPDATE_VERSION=v7.1.0
ARG AZCOPY_VERSION=10.26.0-20240731
ARG AZ_VERSION=2.51.0
ARG KUBECTL_VERSION=1.26.12
Expand Down Expand Up @@ -44,7 +44,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.1.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN ARCH="$(uname -m)" && \
if [ "$ARCH" = "x86_64" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion cst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ commandTests:
- name: "Check geoipupdate Version"
command: "geoipupdate"
args: ["--version"]
expectedError: ["geoipupdate 7.0.1"]
expectedError: ["geoipupdate 7.1.0"]
- name: "Check az Version"
command: "az"
args: ["--version"]
Expand Down

0 comments on commit cf79952

Please sign in to comment.