Compare commits

..

No commits in common. "0116b16de0cace9b7bcf44bff1351a5c382b0502" and "03215de6c43d8a1fb5d0eec7113b95d5d222e2d6" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM node:16-alpine AS builder
ARG SN_TAG=@standardnotes/web@3.149.8
ARG SN_TAG=@standardnotes/web@3.117.3
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 docker.io/joseluisq/static-web-server:2-alpine
FROM 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

View File

@ -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 docker.io/louislam/uptime-kuma:1.20.1
FROM louislam/uptime-kuma:1.18.5
# Default tailscale login server
ENV TAILSCALE_SERVER=https://controlplane.tailscale.com
ENV TAILSCALE_HOSTNAME=uptime-kuma