From af6c10dd473654fb2dd2977a0342c95f7a6f2cea Mon Sep 17 00:00:00 2001 From: Hugo Gomes Date: Tue, 30 Apr 2024 17:16:32 +0100 Subject: [PATCH] update to 1.6.10-1 --- nomad-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-server/Dockerfile b/nomad-server/Dockerfile index aa42aed..0772027 100644 --- a/nomad-server/Dockerfile +++ b/nomad-server/Dockerfile @@ -10,7 +10,7 @@ EXPOSE 4646 4647 4648 VOLUME /etc/nomad/ VOLUME /opt/nomad/ -ENV NOMAD_VERSION 1.6.10 +ENV NOMAD_VERSION 1.6.10-1 RUN case "$(uname -m)" in \ x86_64|amd64) ;; aarch64|arm64|arm64e) ;; \