From 2488511bd55d05347348c78939fddacd95363b43 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 24 Jun 2023 21:59:21 -0400 Subject: [PATCH 1/2] bump --- grafana/Dockerfile | 4 ++-- standardnotes-web/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grafana/Dockerfile b/grafana/Dockerfile index ca2c04e..e7f24bc 100644 --- a/grafana/Dockerfile +++ b/grafana/Dockerfile @@ -1,10 +1,10 @@ -FROM grafana/grafana:9.2.0 +FROM docker.io/grafana/grafana:10.0.1 USER root # Add cap_net_bind_service to grafana-server, and set default port to 80 RUN apk add --no-cache libcap-utils --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \ - && setcap cap_net_bind_service=+ep ${GF_PATHS_HOME}/bin/grafana-server \ + && setcap cap_net_bind_service=+ep ${GF_PATHS_HOME}/bin/grafana-server cap_net_bind_service=+ep ${GF_PATHS_HOME}/bin/grafana \ && sed -i "s/;http_port = 3000/http_port = 80/" ${GF_PATHS_CONFIG} USER grafana diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index 6a3189a..e2c89d2 100644 --- a/standardnotes-web/Dockerfile +++ b/standardnotes-web/Dockerfile @@ -1,6 +1,6 @@ FROM node:16-alpine AS builder -ARG SN_TAG=@standardnotes/web@3.149.8 +ARG SN_TAG=@standardnotes/web@3.160.10 RUN apk add git From 2bdc5069dffc8971653af7d4a8ebc9041c0d0de8 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 11 Jul 2023 14:19:42 -0400 Subject: [PATCH 2/2] Update standardnotes-web --- standardnotes-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index e2c89d2..11ab200 100644 --- a/standardnotes-web/Dockerfile +++ b/standardnotes-web/Dockerfile @@ -1,6 +1,6 @@ FROM node:16-alpine AS builder -ARG SN_TAG=@standardnotes/web@3.160.10 +ARG SN_TAG=@standardnotes/web@3.165.12 RUN apk add git