diff --git a/Dockerfile b/Dockerfile index 030fc1c8d6df45e280ff50376729abdba26a8c6c..67eb0015968e0c1d46d77d9ee41cd76f6d861bc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /go/src/github.com/RadeonOpenCompute/k8s-device-plugin/cmd/k8s-device-pl RUN go install \ -ldflags="-X main.gitDescribe=$(git -C /go/src/github.com/RadeonOpenCompute/k8s-device-plugin/ describe --always --long --dirty)" -FROM alpine:3.17 +FROM alpine:3.17.3 LABEL \ org.opencontainers.image.source="https://github.com/RadeonOpenCompute/k8s-device-plugin" \ org.opencontainers.image.authors="Kenny Ho <Kenny.Ho@amd.com>" \ diff --git a/labeller.Dockerfile b/labeller.Dockerfile index 1e444ace03e0c864ced5ffc014e440c9be9cd38e..beaeeb96a7a8d70ec8186b588fe176e4502af31b 100644 --- a/labeller.Dockerfile +++ b/labeller.Dockerfile @@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/RadeonOpenCompute/k8s-device-plugin/cmd/k8s-node-labe RUN go install \ -ldflags="-X main.gitDescribe=$(git -C /go/src/github.com/RadeonOpenCompute/k8s-device-plugin/ describe --always --long --dirty)" -FROM alpine:3.17 +FROM alpine:3.17.3 LABEL \ org.opencontainers.image.source="https://github.com/RadeonOpenCompute/k8s-device-plugin" \ org.opencontainers.image.authors="Kenny Ho <Kenny.Ho@amd.com>" \