diff --git a/Dockerfile b/Dockerfile index 58a9527b6..73a4348e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.3-bookworm +FROM ruby:3.3.5-bookworm RUN useradd rurema --create-home --shell /bin/bash USER rurema:rurema ENV BUNDLE_AUTO_INSTALL true