nomad

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

commit 75497599c5e81c385fd6f9e48fef9fbba3a54679
parent 511104f99cdb866d0000098afc07aa452d8d1528
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  2 Mar 2025 23:12:25 +0100

feat(updatecli): bump to v0.94.1

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