Compare commits

..

No commits in common. "e6d33860bf534a75a55d88fbb66ffcaa49c17c65" and "e6420c597a443e9106c7ebd570062d124bd60e8a" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
ARG ELEMENT_VER=v1.11.30
ARG ELEMENT_VER=v1.11.25
FROM debian:11 AS builder

View file

@ -1,6 +1,6 @@
# Builder image
FROM docker.io/golang:1.20-bullseye AS build
ARG VERSION=v0.22.1
FROM docker.io/golang:1.19.3-bullseye AS build
ARG VERSION=v0.21.0
ENV GOPATH /go
RUN apt-get install -y git && \
@ -17,7 +17,7 @@ RUN test -e /go/bin/headscale
# Production image
# Note that we do not use "distroless" because we actually want to have a shell in the image
# to run app.sh (in order to perform custom initialization)
FROM docker.io/golang:1.20-bullseye
FROM docker.io/golang:1.19.3-bullseye
COPY --from=build /go/bin/headscale /bin/headscale
ENV TZ UTC

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