From c5149d8ae8fd4a5863642d94e0554013654001fb Mon Sep 17 00:00:00 2001 From: michael-harper <109899932+michael-harper@users.noreply.github.com> Date: Thu, 23 May 2024 14:19:15 +1000 Subject: [PATCH] Fixing openpyxl image again (#148) * Create openpyxl image * adding backslash * removing backslash * removing whitespace * removing things from .gitignore * Updating syntax and images.toml * fixing version referencing in dockerfile --------- Co-authored-by: amyminiter --- images/openpyxl/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/openpyxl/Dockerfile b/images/openpyxl/Dockerfile index 6840813..3a31a1e 100644 --- a/images/openpyxl/Dockerfile +++ b/images/openpyxl/Dockerfile @@ -1,4 +1,3 @@ -ARG VERSION=${VERSION} ARG DRIVER_TAG="latest" FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver:$DRIVER_TAG @@ -10,4 +9,4 @@ RUN apt-get update && \ rm -r /var/cache/apt/* && \ pip3 install --no-cache-dir \ pandas==2.2.1 \ - openpyxl==${VERSION} + openpyxl==3.1.2