Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Feb 8, 2024
1 parent d9f5f0e commit 2fc35a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 2fc35a3

Please sign in to comment.