nomad

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

commit 283e103f1d57430033cb95a6f8b0d093b5ae39ab
parent d1c7393332e755eb5414a45431da5031e354e7df
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  4 May 2025 14:51:56 +0200

feat(docker-updatecli): bump to v0.98.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.94.1-arm64 as builder +FROM ghcr.io/updatecli/updatecli:v0.98.0-arm64 as builder FROM docker.io/alpine:latest