Chore: Update to alpine:3.14.2 (#38813)

* Update apline to 3.14.2

* Remove libcrypto1.1 libssl1.1 version dependencies

* Update grabpl version
This commit is contained in:
Dimitris Sotirakis
2021-09-02 12:57:11 +03:00
committed by GitHub
parent fe65021c14
commit a5ce61b539
6 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ ENV PATH="/usr/share/grafana/bin:$PATH" \
WORKDIR $GF_PATHS_HOME
RUN apk add --no-cache ca-certificates bash tzdata && \
apk add --no-cache openssl musl-utils libcrypto1.1>1.1.1l-r0 libssl1.1>1.1.1l-r0
apk add --no-cache openssl musl-utils
COPY conf ./conf