File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- 2.7 .2
1+ 3.2 .2
Original file line number Diff line number Diff line change 1- FROM ruby:2.7 -slim
1+ FROM ruby:3.2 -slim
22
33LABEL maintainer=
"Josh Bielick <[email protected] >" 44
@@ -8,7 +8,6 @@ ARG STYLELINT_VERSION="13.13.1"
88ARG NODE_VERSION=14
99
1010RUN apt-get update && apt-get install -y curl
11- RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
1211
1312RUN 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
2522RUN gem install bundler --version "${BUNDLER_VERSION}"
26- RUN npm install -g eslint@${ESLINT_VERSION}
27- RUN npm install stylelint@${STYLELINT_VERSION}
2823
2924WORKDIR /runner
3025
You can’t perform that action at this time.
0 commit comments