From c13e3f81acf81fa6e02735bee0849a7cacb59016 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 20 Feb 2023 15:33:09 -0500 Subject: [PATCH 1/2] uptime-kuma: uprev --- uptime-kuma-tailscale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma-tailscale/Dockerfile b/uptime-kuma-tailscale/Dockerfile index 45da3c6..701649c 100644 --- a/uptime-kuma-tailscale/Dockerfile +++ b/uptime-kuma-tailscale/Dockerfile @@ -2,7 +2,7 @@ # Used on fly.io because it does not support sidecar containers # The tailscale ephemeral key should be provided via the env variable TAILSCALE_KEY # custom tailscale control plane can be specified with TAILSCALE_SERVER -FROM louislam/uptime-kuma:1.18.5 +FROM docker.io/louislam/uptime-kuma:1.20.1 # Default tailscale login server ENV TAILSCALE_SERVER=https://controlplane.tailscale.com ENV TAILSCALE_HOSTNAME=uptime-kuma From 0116b16de0cace9b7bcf44bff1351a5c382b0502 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 20 Feb 2023 15:33:15 -0500 Subject: [PATCH 2/2] standardnotes-web: uprev --- standardnotes-web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index 6e6ff19..6a3189a 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.117.3 +ARG SN_TAG=@standardnotes/web@3.149.8 RUN apk add git @@ -8,7 +8,7 @@ RUN git clone --depth=1 https://github.com/standardnotes/app -b ${SN_TAG} RUN cd app && yarn install && yarn build:web -FROM joseluisq/static-web-server:2-alpine +FROM docker.io/joseluisq/static-web-server:2-alpine ENV SN_WEB_PUBLIC_URL=https://app.standardnotes.com ENV SN_WEB_DEFAULT_SYNC_SERVER=https://api.standardnotes.com