diff --git a/Dockerfile b/Dockerfile index 504e20e..a2ff20b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022-2023 Dell Inc, or its subsidiaries. -FROM docker.io/library/golang:1.21.5-alpine3.17 as builder +FROM docker.io/library/golang:1.23.4-alpine3.21 as builder WORKDIR /app @@ -15,7 +15,7 @@ ENV CGO_ENABLED=0 COPY . . RUN go build -v -o /dpu . -FROM alpine:3.19 +FROM alpine:3.21 WORKDIR /