diff --git a/apps/mongo-without-avx/Dockerfile b/apps/mongo-without-avx/Dockerfile index 08eda58..e1a6ee3 100644 --- a/apps/mongo-without-avx/Dockerfile +++ b/apps/mongo-without-avx/Dockerfile @@ -1,4 +1,4 @@ -ARG DEBIAN_VERSION=10 +ARG DEBIAN_VERSION=13 FROM debian:${DEBIAN_VERSION} as build