Skip to content

Commit

Permalink
Docker: Upgrade packages to resolve reported vulnerabilities (grafana…
Browse files Browse the repository at this point in the history
  • Loading branch information
marefr authored Sep 18, 2019
1 parent 0f524fc commit 4d96bc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ ENV PATH=/usr/share/grafana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi

WORKDIR $GF_PATHS_HOME

RUN apk add --no-cache ca-certificates bash
RUN apk add --no-cache ca-certificates bash && \
apk add --no-cache --upgrade --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main openssl musl-utils

COPY conf ./conf

Expand Down
3 changes: 2 additions & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ ENV PATH=/usr/share/grafana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi

WORKDIR $GF_PATHS_HOME

RUN apk add --no-cache ca-certificates bash
RUN apk add --no-cache ca-certificates bash && \
apk add --no-cache --upgrade --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main openssl musl-utils

# PhantomJS
RUN if [ `arch` = "x86_64" ]; then \
Expand Down

0 comments on commit 4d96bc5

Please sign in to comment.