diff --git a/Dockerfile b/Dockerfile index 2c13d28..5cd2ba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM registry.fedoraproject.org/fedora-minimal:39 -ENV NOMAD_VERSION=1.7.3 \ +ENV NOMAD_VERSION=1.7.4 \ PODMAN_DRIVER_VERSION=0.5.2 \ HASHICORP_RELEASES=https://releases.hashicorp.com LABEL maintainer "NoEnv" -LABEL version "1.7.3" +LABEL version "1.7.4" LABEL description "Nomad Agent as Docker Image" RUN microdnf -y --nodocs install gnupg2 iproute unzip shadow-utils dmidecode && \