Skip to content

Commit

Permalink
fix: set async version in Dockerfile for Alpine
Browse files Browse the repository at this point in the history
The build was failing because of a too recent version of async, where one function argument was missing.
  • Loading branch information
aboguszewski-sumo committed Jul 26, 2023
1 parent 215e8e1 commit aac7a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN echo 'gem: --no-document' >> /etc/gemrc
# Fluentd plugin dependencies
# Copied from https://github.com/fluent/fluentd-docker-image/blob/6a497560b45add04b9033955ae2e97c2616aa356/v1.16/alpine/Dockerfile
RUN gem install \
async:1.30.3 \
async-http:0.60.2 \
bigdecimal:1.4.4 \
concurrent-ruby:1.1.10 \
Expand Down

0 comments on commit aac7a52

Please sign in to comment.