diff --git a/Dockerfile b/Dockerfile index 722fc24..5d57a67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ FROM registry.fedoraproject.org/fedora-minimal:40 -ENV NOMAD_VERSION=1.8.3 \ +ENV NOMAD_VERSION=1.8.4 \ PODMAN_DRIVER_VERSION=0.6.1 \ HASHICORP_RELEASES=https://releases.hashicorp.com \ GITHUB_RELEASES=https://github.com/hashicorp/nomad-driver-podman/releases LABEL maintainer "NoEnv" -LABEL version "1.8.2" +LABEL version "1.8.4" LABEL description "Nomad Agent as Docker Image" RUN microdnf -y --nodocs install gnupg2 iproute unzip shadow-utils dmidecode && \