Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Sep 12, 2023
1 parent c05c86d commit 44a1979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 44a1979

Please sign in to comment.