Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Sep 19, 2024
1 parent f969eb7 commit e625b8b
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: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 && \
Expand Down

0 comments on commit e625b8b

Please sign in to comment.