1
0
Fork 0

fix: YAML syntax in providers docs

This commit is contained in:
Anton Kulikov 2021-01-22 11:02:04 +03:00 committed by GitHub
parent f0d78471af
commit fb10687168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
FROM alpine:3.10 as alpine
FROM alpine:3.13 as alpine
RUN apk --no-cache --no-progress add \
libcurl \