From ab93929c8bb7f891f38b73013ad7a681472303eb Mon Sep 17 00:00:00 2001 From: unteem Date: Thu, 9 Dec 2021 14:44:51 +0100 Subject: [PATCH 1/3] update ruby to 2.7.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 126fd06..17e8262 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.2 +FROM ruby:2.7.4 ARG DISCOURSE_VERSION -- GitLab From ab64d41b7db490b6f6a9d47cb36d3c9f1dd9fc84 Mon Sep 17 00:00:00 2001 From: unteem Date: Thu, 9 Dec 2021 14:45:11 +0100 Subject: [PATCH 2/3] update node to 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17e8262..c32a859 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV RAILS_ENV=production \ JEMALLOC_NEW=3.6.0 \ JEMALLOC_STABLE=5.2.1 \ PG_MAJOR=13 \ - NODE_MAJOR=14 \ + NODE_MAJOR=16 \ RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 \ RUBY_GC_HEAP_GROWTH_MAX_SLOTS=40000 \ RUBY_GC_HEAP_INIT_SLOTS=400000 \ -- GitLab From d071419b675db4c40a01d7849c0856a46cbd7a38 Mon Sep 17 00:00:00 2001 From: unteem Date: Fri, 28 Jan 2022 13:15:30 +0100 Subject: [PATCH 3/3] update ruby && fix debian version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c32a859..9e8e2fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM ruby:2.7.4 +FROM ruby:2.7.5 ARG DISCOURSE_VERSION ENV RAILS_ENV=production \ - DEBIAN_VERSION=buster \ + DEBIAN_VERSION=bullseye \ DISCOURSE_DB_HOST=postgres \ DISCOURSE_REDIS_HOST=redis \ DISCOURSE_SERVE_STATIC_ASSETS=true \ -- GitLab