diff --git a/Dockerfile b/Dockerfile index 8c63bf6..fc46947 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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 \ diff --git a/cst.yaml b/cst.yaml index daf4ab6..e7f07be 100644 --- a/cst.yaml +++ b/cst.yaml @@ -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"]