diff --git a/Dockerfile b/Dockerfile index 912fef4..e1e58dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/library/ruby:3.2.2 COPY vendor/github.com /opt -RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y --no-install-recommends libidn11-dev libvips42 nodejs postgresql-client \ && rm -rf /var/lib/apt/lists/* \ && gem update --system \