diff --git a/Dockerfile b/Dockerfile index be992f0c..4eeb9e15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins COPY amd-hami-core/ /build/amd-hami-core/ RUN cd /build/amd-hami-core && make -f Makefile.hip clean all -FROM docker.io/golang:1.25 AS builder +FROM docker.io/golang:1.26 AS builder RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ git pkg-config build-essential libdrm-dev libhwloc-dev \ && rm -rf /var/lib/apt/lists/* diff --git a/labeller.Dockerfile b/labeller.Dockerfile index 65858284..510eccb1 100644 --- a/labeller.Dockerfile +++ b/labeller.Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/golang:1.23.6-alpine3.21 +FROM docker.io/golang:1.25.5-alpine3.21 RUN apk --no-cache add git pkgconfig build-base libdrm-dev wget RUN mkdir -p /go/src/github.com/Project-HAMi/amd-device-plugin ADD . /go/src/github.com/Project-HAMi/amd-device-plugin