From dcd93bdf6b8222432fbe6908353b527f957309d8 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Mon, 19 Aug 2024 08:47:26 +0100 Subject: [PATCH] Update Nomad to 1.8.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 a8562e4..d1258a9 100644 --- a/src/alldev.Dockerfile +++ b/src/alldev.Dockerfile @@ -12,7 +12,7 @@ ARG FLYWAY_VERSIONS="10.15.2,7.15.0,9.22.3" ARG GO_VERSION="1.23.0" ARG HUGO_VERSION="0.133.0" ARG KOTLIN_VERSION="2.0.10" -ARG NOMAD_VERSION="1.8.1" +ARG NOMAD_VERSION="1.8.3" ARG VENOM_VERSION="v1.2.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 a046447..166ab5f 100644 --- a/src/gocd-agent-golang.Dockerfile +++ b/src/gocd-agent-golang.Dockerfile @@ -12,7 +12,7 @@ ARG GOCD_VERSION="v24.2.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} ARG FLYWAY_VERSIONS="10.15.2,7.15.0,9.22.3" ARG GO_VERSION="1.23.0" -ARG NOMAD_VERSION="1.8.1" +ARG NOMAD_VERSION="1.8.3" ARG VENOM_VERSION="v1.2.0" LABEL com.tecnick.vendor="Tecnick.com" USER root diff --git a/src/gocd-agent-java.Dockerfile b/src/gocd-agent-java.Dockerfile index 3c1ce3c..8484d56 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="v24.2.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} -ARG NOMAD_VERSION="1.8.1" +ARG NOMAD_VERSION="1.8.3" ARG KOTLIN_VERSION="2.0.10" ARG VENOM_VERSION="v1.2.0" LABEL com.tecnick.vendor="Tecnick.com" diff --git a/src/gocd-agent.Dockerfile b/src/gocd-agent.Dockerfile index 54cee98..4ef0e4e 100644 --- a/src/gocd-agent.Dockerfile +++ b/src/gocd-agent.Dockerfile @@ -14,7 +14,7 @@ ARG FLYWAY_VERSIONS="10.15.2,7.15.0,9.22.3" ARG GO_VERSION="1.23.0" ARG HUGO_VERSION="0.133.0" ARG KOTLIN_VERSION="2.0.10" -ARG NOMAD_VERSION="1.8.1" +ARG NOMAD_VERSION="1.8.3" ARG VENOM_VERSION="v1.2.0" LABEL com.tecnick.vendor="Tecnick.com" USER root diff --git a/src/nomadcli.Dockerfile b/src/nomadcli.Dockerfile index 4ac2fe0..0038315 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.4 -ARG NOMAD_VERSION="1.8.1" +ARG NOMAD_VERSION="1.8.3" LABEL com.tecnick.vendor="Tecnick.com" ENV DEBIAN_FRONTEND noninteractive ENV TERM linux