From dadb7defaae76d5200587d7d11c61967ff5c064f Mon Sep 17 00:00:00 2001 From: Kenny Ho <Kenny.Ho@amd.com> Date: Mon, 29 Jan 2024 14:38:59 -0500 Subject: [PATCH] Update container base image to Alpine 3.19.1 --- Dockerfile | 2 +- labeller.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f812c94a..8a564e46 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 e1d941a8..750150c6 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>" \ -- GitLab