Skip to content

Commit 21fe657

Browse files
Bump alpine in /ipu-plugin/images (#394)
Bumps alpine from 3@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b to sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c. --- updated-dependencies: - dependency-name: alpine dependency-version: sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5b4ff8 commit 21fe657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipu-plugin/images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /usr/src/ipu-opi-plugin
1111
RUN go mod download
1212
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o bin/ipuplugin ipuplugin/main.go
1313

14-
FROM alpine:3@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
14+
FROM alpine:3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
1515
ARG P4_NAME
1616
ENV P4_NAME=$P4_NAME
1717

0 commit comments

Comments
 (0)