mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user