diff --git a/Dockerfile b/Dockerfile index 4159de3..f130c72 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.53.4.3 # Copy the python binaries and libraries from the python image # The metabase image is based on a newer alpine and the python package there