nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

commit df86527a52bed247f00bc976dfa3c314c017d235
parent a5700425534b2a4787a825970852b09c4a3ca5ad
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat,  2 Aug 2025 08:22:49 +0200

feat(updatecli): bump to v0.105.0

Diffstat:
Mdocker/docker-updatecli/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/docker-updatecli/Dockerfile b/docker/docker-updatecli/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/updatecli/updatecli/blob/main/Dockerfile -FROM ghcr.io/updatecli/updatecli:v0.98.0-arm64 as builder +FROM ghcr.io/updatecli/updatecli:v0.105.0-arm64 as builder FROM docker.io/alpine:latest