From af7d9446805406e84b5c52d4b062d969bbdc6a5f Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Tue, 6 Feb 2024 10:08:17 +0000 Subject: [PATCH] Update Nomad to 1.7.3 --- 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 6671c73..81691ce 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.21.6" ARG HUGO_VERSION="0.122.0" ARG KOTLIN_VERSION="1.9.22" -ARG NOMAD_VERSION="1.7.2" +ARG NOMAD_VERSION="1.7.3" 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 0dd9dd1..93b3eff 100644 --- a/src/gocd-agent-golang.Dockerfile +++ b/src/gocd-agent-golang.Dockerfile @@ -12,7 +12,7 @@ ARG GOCD_VERSION="v23.3.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.21.6" -ARG NOMAD_VERSION="1.7.2" +ARG NOMAD_VERSION="1.7.3" 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 7ee3186..22141fd 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.3.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} -ARG NOMAD_VERSION="1.7.2" +ARG NOMAD_VERSION="1.7.3" ARG KOTLIN_VERSION="1.9.22" 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 829827a..00bfe4a 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.21.6" ARG HUGO_VERSION="0.122.0" ARG KOTLIN_VERSION="1.9.22" -ARG NOMAD_VERSION="1.7.2" +ARG NOMAD_VERSION="1.7.3" 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 ef21837..32d961f 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.2" +ARG NOMAD_VERSION="1.7.3" LABEL com.tecnick.vendor="Tecnick.com" ENV DEBIAN_FRONTEND noninteractive ENV TERM linux