Compare commits
3 commits
e6420c597a
...
e6d33860bf
Author | SHA1 | Date | |
---|---|---|---|
e6d33860bf | |||
80b02fd071 | |||
91dd293351 |
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG ELEMENT_VER=v1.11.25
|
||||
ARG ELEMENT_VER=v1.11.30
|
||||
|
||||
FROM debian:11 AS builder
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue