Skip to content

Commit c6fb1fc

Browse files
authored
Merge pull request #27 from rollandf/baseimage3.2-release
chore: update base image to 3.2.0
2 parents b4bdffc + 7cbb968 commit c6fb1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile.nvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apt-get update && \
3535
FROM alpine:3 AS pkgs
3636
RUN apk add --no-cache hwdata-pci kmod
3737

38-
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev
38+
FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev
3939

4040
USER 0:0
4141
SHELL ["/busybox/sh", "-c"]

0 commit comments

Comments
 (0)