We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10c245 commit 65fb9e3Copy full SHA for 65fb9e3
.ruby-version
@@ -1 +1 @@
1
-3.2.6
+3.2.2
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.2.6-slim@sha256:c582e3505878002d0b6e316d14a4543d276c84ba040afc73fceef25b6321f80f
+FROM ruby:3.2.2-slim@sha256:70370316b02901d7db3f6e453d6259ed4d0d52326d6ac57e3a579f7e3b616e41
2
3
# Add build-essential tools.
4
RUN apt-get update -qq && \
@@ -7,11 +7,11 @@ RUN apt-get update -qq && \
7
git \
8
libpq-dev \
9
curl \
10
- netcat-traditional \
+ netcat \
11
wkhtmltopdf
12
13
# Add Node, required for asset pipeline.
14
-RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
15
apt-get install -y nodejs && \
16
npm install -q -g yarn
17
0 commit comments