From c7600237e52dc8972c3b4f2bae69bae520a084dd Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Wed, 3 Apr 2024 17:43:43 +0100 Subject: [PATCH] Update Nomad to 1.7.6 --- src/alldev.Dockerfile | 2 +- src/gocd-agent-golang.Dockerfile | 2 +- src/gocd-agent-java.Dockerfile | 2 +- src/gocd-agent.Dockerfile | 2 +- src/nomadcli.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/alldev.Dockerfile b/src/alldev.Dockerfile index 23d2a03..53e13f3 100644 --- a/src/alldev.Dockerfile +++ b/src/alldev.Dockerfile @@ -12,7 +12,7 @@ ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3" ARG GO_VERSION="1.22.2" ARG HUGO_VERSION="0.124.1" ARG KOTLIN_VERSION="1.9.23" -ARG NOMAD_VERSION="1.7.5" +ARG NOMAD_VERSION="1.7.6" ARG VENOM_VERSION="v1.1.0" LABEL com.tecnick.vendor="Tecnick.com" ENV DEBIAN_FRONTEND noninteractive diff --git a/src/gocd-agent-golang.Dockerfile b/src/gocd-agent-golang.Dockerfile index e28475c..6a283e7 100644 --- a/src/gocd-agent-golang.Dockerfile +++ b/src/gocd-agent-golang.Dockerfile @@ -12,7 +12,7 @@ ARG GOCD_VERSION="v23.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3" ARG GO_VERSION="1.22.2" -ARG NOMAD_VERSION="1.7.5" +ARG NOMAD_VERSION="1.7.6" ARG VENOM_VERSION="v1.1.0" LABEL com.tecnick.vendor="Tecnick.com" USER root diff --git a/src/gocd-agent-java.Dockerfile b/src/gocd-agent-java.Dockerfile index 995a5d1..48210b8 100644 --- a/src/gocd-agent-java.Dockerfile +++ b/src/gocd-agent-java.Dockerfile @@ -10,7 +10,7 @@ ARG UBUNTU_VERSION="22.04" ARG GOCD_VERSION="v23.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} -ARG NOMAD_VERSION="1.7.5" +ARG NOMAD_VERSION="1.7.6" ARG KOTLIN_VERSION="1.9.23" ARG VENOM_VERSION="v1.1.0" LABEL com.tecnick.vendor="Tecnick.com" diff --git a/src/gocd-agent.Dockerfile b/src/gocd-agent.Dockerfile index b980a06..2dd6c40 100644 --- a/src/gocd-agent.Dockerfile +++ b/src/gocd-agent.Dockerfile @@ -14,7 +14,7 @@ ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3" ARG GO_VERSION="1.22.2" ARG HUGO_VERSION="0.124.1" ARG KOTLIN_VERSION="1.9.23" -ARG NOMAD_VERSION="1.7.5" +ARG NOMAD_VERSION="1.7.6" ARG VENOM_VERSION="v1.1.0" LABEL com.tecnick.vendor="Tecnick.com" USER root diff --git a/src/nomadcli.Dockerfile b/src/nomadcli.Dockerfile index 013473f..1917e62 100644 --- a/src/nomadcli.Dockerfile +++ b/src/nomadcli.Dockerfile @@ -8,7 +8,7 @@ # @link https://github.com/tecnickcom/nomadcli # ------------------------------------------------------------------------------ FROM phusion/baseimage:jammy-1.0.1 -ARG NOMAD_VERSION="1.7.5" +ARG NOMAD_VERSION="1.7.6" LABEL com.tecnick.vendor="Tecnick.com" ENV DEBIAN_FRONTEND noninteractive ENV TERM linux