Skip to content

Commit c548ba2

Browse files
committed
Bump to ruby 3.2, remove npm-related things
1 parent b0d7387 commit c548ba2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.ruby-version

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

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7-slim
1+
FROM ruby:3.2-slim
22

33
LABEL maintainer="Josh Bielick <[email protected]>"
44

@@ -8,7 +8,6 @@ ARG STYLELINT_VERSION="13.13.1"
88
ARG NODE_VERSION=14
99

1010
RUN apt-get update && apt-get install -y curl
11-
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
1211

1312
RUN apt-get update && \
1413
apt-get install -y \
@@ -18,13 +17,9 @@ RUN apt-get update && \
1817
git \
1918
pkg-config \
2019
openssl \
21-
yamllint \
22-
nodejs \
2320
&& rm -rf /var/lib/apt/lists/*
2421

2522
RUN gem install bundler --version "${BUNDLER_VERSION}"
26-
RUN npm install -g eslint@${ESLINT_VERSION}
27-
RUN npm install stylelint@${STYLELINT_VERSION}
2823

2924
WORKDIR /runner
3025

0 commit comments

Comments
 (0)