Skip to content

Commit

Permalink
Merge pull request #472 from Security-Onion-Solutions/reyesj2/updates
Browse files Browse the repository at this point in the history
UPGRADE: Grafana to 10.2.0 and docker base image to 23.04
  • Loading branch information
reyesj2 authored Oct 24, 2023
2 parents 0ad2445 + 3a0c97e commit 6ea5900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions so-grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/security-onion-solutions/ubuntu:18.04
FROM ghcr.io/security-onion-solutions/ubuntu:23.04
LABEL maintainer "Security Onion Solutions, LLC"
LABEL description="Grafana running in Docker container for use with Security Onion"

ARG GRAFANA_URL="https://dl.grafana.com/oss/release/grafana-9.2.20.linux-amd64.tar.gz"
ARG GRAFANA_URL="https://dl.grafana.com/oss/release/grafana-10.2.0.linux-amd64.tar.gz"
ARG GF_UID="939"
ARG GF_GID="939"

Expand Down Expand Up @@ -53,4 +53,4 @@ RUN chmod +x /run.sh

USER socore
WORKDIR /
ENTRYPOINT [ "/run.sh" ]
ENTRYPOINT [ "/run.sh" ]

0 comments on commit 6ea5900

Please sign in to comment.