diff --git a/Dockerfile b/Dockerfile index 45dab6d..f06b349 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --virtual build-deps \ && apk del build-deps -FROM metabase/metabase:v0.47.13 +FROM metabase/metabase:v0.58.4.2 # Copy the python binaries and libraries from the python image # The metabase image is based on a newer alpine and the python package there