Skip to content

Commit 65fb9e3

Browse files
committed
Revert "chore(deps): update ruby to v3.2.6 (#901)"
This reverts commit f10c245.
1 parent f10c245 commit 65fb9e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.6
1+
3.2.2

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.6-slim@sha256:c582e3505878002d0b6e316d14a4543d276c84ba040afc73fceef25b6321f80f
1+
FROM ruby:3.2.2-slim@sha256:70370316b02901d7db3f6e453d6259ed4d0d52326d6ac57e3a579f7e3b616e41
22

33
# Add build-essential tools.
44
RUN apt-get update -qq && \
@@ -7,11 +7,11 @@ RUN apt-get update -qq && \
77
git \
88
libpq-dev \
99
curl \
10-
netcat-traditional \
10+
netcat \
1111
wkhtmltopdf
1212

1313
# Add Node, required for asset pipeline.
14-
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
14+
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
1515
apt-get install -y nodejs && \
1616
npm install -q -g yarn
1717

0 commit comments

Comments
 (0)