diff --git a/Dockerfile b/Dockerfile index f812c94a99408333c110c08c5ded6d02f0d456a2..8a564e465cc45b05f95fbaf96b7e303248898453 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /go/src/github.com/ROCm/k8s-device-plugin/cmd/k8s-device-plugin RUN go install \ -ldflags="-X main.gitDescribe=$(git -C /go/src/github.com/ROCm/k8s-device-plugin/ describe --always --long --dirty)" -FROM alpine:3.19.0 +FROM alpine:3.19.1 LABEL \ org.opencontainers.image.source="https://github.com/ROCm/k8s-device-plugin" \ org.opencontainers.image.authors="Kenny Ho <Kenny.Ho@amd.com>" \ diff --git a/labeller.Dockerfile b/labeller.Dockerfile index e1d941a895f87ba10692890625ce54d17ecf3e86..750150c6da6f9d7937176b8b230590258565c00f 100644 --- a/labeller.Dockerfile +++ b/labeller.Dockerfile @@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/ROCm/k8s-device-plugin/cmd/k8s-node-labeller RUN go install \ -ldflags="-X main.gitDescribe=$(git -C /go/src/github.com/ROCm/k8s-device-plugin/ describe --always --long --dirty)" -FROM alpine:3.19.0 +FROM alpine:3.19.1 LABEL \ org.opencontainers.image.source="https://github.com/ROCm/k8s-device-plugin" \ org.opencontainers.image.authors="Kenny Ho <Kenny.Ho@amd.com>" \