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 13b6936 commit 278450eCopy full SHA for 278450e
asciidoc.Dockerfile
@@ -1,14 +1,14 @@
1
-FROM ruby:3.2.2-alpine3.18 AS builder
+FROM ruby:3.1.2-alpine AS builder
2
3
RUN apk update && apk add --virtual build-dependencies build-base
4
5
-RUN gem install listen ascii_binder asciidoctor asciidoctor-diagram rouge
+RUN gem install listen asciidoctor asciidoctor-diagram rouge ascii_binder
6
7
-FROM ruby:3.2.2-alpine3.18
+FROM ruby:3.1.2-alpine
8
9
COPY --from=builder /usr/local/bundle /usr/local/bundle
10
11
-RUN apk add --update --no-cache git bash && apk upgrade --no-cache
+RUN apk add --update --no-cache git bash
12
13
RUN git config --system --add safe.directory '*'
14
0 commit comments