nomad

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

commit 5878ec76fbcdd1b4dea54f248651ff6fccb304dd
parent 572bf2021869bac119c46be17224cde8f1f3f131
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 11 Aug 2024 23:35:24 +0200

feat(updatecli): bump to v0.82

Diffstat:
Mdocker/docker-updatecli/Dockerfile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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.80.0-arm64 as builder +FROM ghcr.io/updatecli/updatecli:v0.82.0-arm64 as builder FROM docker.io/alpine:latest @@ -7,7 +7,7 @@ RUN mkdir /udpatecli WORKDIR /updatecli # install npm -RUN apk update && apk add --no-cache git npm +RUN apk update && apk add --no-cache git npm go COPY --from=builder /usr/local/bin/updatecli /usr/local/bin/updatecli ENTRYPOINT ["/usr/local/bin/updatecli"]