nomad

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

commit 3628a917949ede5868b587c6691383e0abeac5be
parent fe8b34828211199e8f0a2c7aac76f254ec911279
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 25 Feb 2026 22:04:28 +0100

feat(updatecli): bump to v0.114

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.105.0-arm64 as builder +FROM ghcr.io/updatecli/updatecli:v0.114.0-arm64 as builder FROM docker.io/alpine:latest