diff --git a/sztp-agent/Dockerfile b/sztp-agent/Dockerfile index 7fba5e03..970455bc 100644 --- a/sztp-agent/Dockerfile +++ b/sztp-agent/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022 Dell Inc, or its subsidiaries. -FROM docker.io/library/golang:1.21.1-alpine as builder +FROM docker.io/library/golang:1.21.2-alpine as builder WORKDIR /app