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
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 \