Merge pull request #47 from internetee/46-failed-sending-http2-data

Removed debian backports from dockerfile
This commit is contained in:
Alex Sherman 2021-04-28 19:25:11 +05:00 committed by GitHub
commit 5e748f47ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp: [21.3.8]
otp: [21.3.8.17]
ruby: [2.6.3]
steps:
- uses: actions/checkout@v2.0.0

View file

@ -8,7 +8,7 @@ RUN apt-get update && apt-get -t buster install -y -qq wget \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -t buster-backports install -y -qq git \
RUN apt-get update && apt-get install -y -qq git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*