diff --git a/Dockerfile b/Dockerfile index 7f063f5..1f562e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . /usr/src/app VOLUME ["/repo"] VOLUME ["/templates"] -FROM ruby:3.3.1-slim as executor +FROM ruby:3.3.3-slim as executor RUN apt-get update && \ apt-get install -y git && \