Compare commits

...

3 commits

Author SHA1 Message Date
e6d33860bf Bump uptime-kuma 1.21.2 2023-05-06 16:53:50 -04:00
80b02fd071 Bump headscale 0.22.1 2023-05-06 16:47:07 -04:00
91dd293351 Bump element-web 2023-05-06 16:29:05 -04:00
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,6 +1,6 @@
# Builder image
FROM docker.io/golang:1.19.3-bullseye AS build
ARG VERSION=v0.21.0
FROM docker.io/golang:1.20-bullseye AS build
ARG VERSION=v0.22.1
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.19.3-bullseye
FROM docker.io/golang:1.20-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.0-beta.1
FROM docker.io/louislam/uptime-kuma:1.21.2
# Default tailscale login server
ENV TAILSCALE_SERVER=https://controlplane.tailscale.com
ENV TAILSCALE_HOSTNAME=uptime-kuma