Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Dec 19, 2024
1 parent 221d034 commit 41195c3
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,12 +1,12 @@
FROM registry.fedoraproject.org/fedora-minimal:41

ENV NOMAD_VERSION=1.9.3 \
ENV NOMAD_VERSION=1.9.4 \
PODMAN_DRIVER_VERSION=0.6.2 \
HASHICORP_RELEASES=https://releases.hashicorp.com \
GITHUB_RELEASES=https://github.com/hashicorp/nomad-driver-podman/releases

LABEL maintainer "NoEnv"
LABEL version "1.9.3"
LABEL version "1.9.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 41195c3

Please sign in to comment.