Skip to content

Commit 278450e

Browse files
committed
alpine image
1 parent 13b6936 commit 278450e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

asciidoc.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM ruby:3.2.2-alpine3.18 AS builder
1+
FROM ruby:3.1.2-alpine AS builder
22

33
RUN apk update && apk add --virtual build-dependencies build-base
44

5-
RUN gem install listen ascii_binder asciidoctor asciidoctor-diagram rouge
5+
RUN gem install listen asciidoctor asciidoctor-diagram rouge ascii_binder
66

7-
FROM ruby:3.2.2-alpine3.18
7+
FROM ruby:3.1.2-alpine
88

99
COPY --from=builder /usr/local/bundle /usr/local/bundle
1010

11-
RUN apk add --update --no-cache git bash && apk upgrade --no-cache
11+
RUN apk add --update --no-cache git bash
1212

1313
RUN git config --system --add safe.directory '*'
1414

0 commit comments

Comments
 (0)