Skip to content

Commit

Permalink
Update to 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maldridge committed Mar 13, 2023
1 parent 03ed5d2 commit 76d6e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:buster-slim
ARG nomad_version=1.5.0
ARG nomad_version=1.5.1
ARG cni_version=1.2.0
WORKDIR /
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.source
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1-buster AS build
ARG nomad_version=1.5.0
ARG nomad_version=1.5.1
ARG nomad_prs=
ARG nomad_origin=https://github.com/hashicorp/nomad
WORKDIR /build
Expand Down

0 comments on commit 76d6e6b

Please sign in to comment.