From ebdbf553b86e14345717306b965141e6049bc904 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Sun, 15 Jan 2023 10:32:57 -0800 Subject: [PATCH] Switch to Ruby built with jemalloc. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"