Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY ./ ./
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
RUN --mount=type=cache,target=/go/pkg/mod/ GO_GCFLAGS=${GCFLAGS} make build

FROM nvcr.io/nvidia/doca/doca:3.0.0-full-rt-host
FROM nvcr.io/nvidia/doca/doca:3.1.0-full-rt-host

RUN apt update && apt install -y \
iproute2 \
Expand Down
Loading