Skip to content

Commit

Permalink
Update to 1.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maldridge committed Nov 7, 2023
1 parent 5673124 commit 4c37fa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:buster-slim
ARG nomad_version=1.5.5
ARG cni_version=1.2.0
ARG nomad_version=1.6.3
ARG cni_version=1.3.0
WORKDIR /
RUN apt-get update && \
apt-get -y install curl unzip iptables iproute2 && \
Expand Down
8 changes: 4 additions & 4 deletions 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.5
FROM golang:1.21-bookworm AS build
ARG nomad_version=1.6.3
ARG nomad_prs=
ARG nomad_origin=https://github.com/hashicorp/nomad
WORKDIR /build
Expand All @@ -13,8 +13,8 @@ for p in ${nomad_prs} ; do curl -L ${nomad_origin}/pull/$p.patch | git am - ; do
go build -o /nomad -tags ui .


FROM debian:buster-slim
ARG cni_version=1.2.0
FROM debian:bookworm-slim
ARG cni_version=1.3.0
WORKDIR /
COPY --from=build /nomad /usr/local/bin/nomad
RUN apt-get update && \
Expand Down

0 comments on commit 4c37fa4

Please sign in to comment.