Skip to content

Commit f8de90e

Browse files
dependabot[bot]rollandf
authored andcommitted
chore: bump nvidia/doca/doca
Bumps nvidia/doca/doca from 3.0.0-full-rt-host to 3.1.0-full-rt-host. --- updated-dependencies: - dependency-name: nvidia/doca/doca dependency-version: 3.1.0-full-rt-host dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f030db commit f8de90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY ./ ./
3838
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
3939
RUN --mount=type=cache,target=/go/pkg/mod/ GO_GCFLAGS=${GCFLAGS} make build
4040

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

4343
RUN apt update && apt install -y \
4444
iproute2 \

0 commit comments

Comments
 (0)