Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ---
# Tool version args
# Bump these every time there is a new release. Don't forget the checksum!
ARG HEADSCALE_VERSION="0.26.0-beta.2"
ARG HEADSCALE_SHA256="479412988824f349a419d511075450d7b6a888531e075182f04d8e3ef84ab387"
ARG HEADSCALE_VERSION="0.26.0"
ARG HEADSCALE_SHA256="2b5907b486be5ab7088962afe1945c9b7299729bae77c09acf24d0ca7194351e"

ARG LITESTREAM_VERSION="0.3.13"
ARG LITESTREAM_SHA256="eb75a3de5cab03875cdae9f5f539e6aedadd66607003d9b1e7a9077948818ba0"
Expand Down Expand Up @@ -124,5 +124,6 @@ FROM alpine:${MAIN_IMAGE_ALPINE_VERSION}
COPY ./templates/caddy.http.template.yaml /etc/caddy/Caddyfile-http
COPY ./templates/caddy.https.template.yaml /etc/caddy/Caddyfile-https
COPY ./scripts/container-entrypoint.sh /container-entrypoint.sh
RUN chmod +x /container-entrypoint.sh

ENTRYPOINT ["/container-entrypoint.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Deploy [Headscale][headscale-wob] using a "serverless" immutable docker image wi
| Tool | Upstream Repository | Version |
|---|---|---|
| [`Alpine Linux`][alpine-linux-wob] | [Alpine Linux Repo][alpine-linux-repo] | [`v3.21.3`](https://git.alpinelinux.org/aports/log/?h=v3.21.3) |
| [`Headscale`][headscale-wob] | [Headscale Repo][headscale-repo] | [`v0.26.0-beta.2`](https://github.com/juanfont/headscale/releases/tag/v0.26.0-beta.2) |
| [`Headscale`][headscale-wob] | [Headscale Repo][headscale-repo] | [`v0.26.0`](https://github.com/juanfont/headscale/releases/tag/v0.26.0) |
| [`Headscale-Admin`][headscale-admin-wob] | [Headscale-Admin Repo][headscale-admin-repo] | [`v0.25.6`](https://github.com/GoodiesHQ/headscale-admin/releases/tag/v0.25.6) |
| [`Litestream`][litestream-wob] | [Litestream Repo][litestream-repo] | [`v0.3.13`](https://github.com/benbjohnson/litestream/releases/tag/v0.3.13) |
| [`Caddy`][caddy-wob] | [Caddy Repo][caddy-repo] | [`v2.10.0`](https://github.com/caddyserver/caddy/releases/tag/v2.10.0) |
Expand Down
Loading