diff --git a/Dockerfile b/Dockerfile index 001cf97..578ee7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ # Push to public ECR: # docker buildx imagetools create -t public.ecr.aws/stefansundin/rssbox stefansundin/rssbox -FROM stefansundin/ruby:3.2 +FROM stefansundin/ruby:3.2-jemalloc LABEL org.opencontainers.image.authors="Stefan Sundin" LABEL org.opencontainers.image.url="https://github.com/stefansundin/rssbox"