diff --git a/Dockerfile b/Dockerfile index 876841a..b75e056 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ COPY . . RUN ${MAKE} # Next image - Copy built Go binary into new workspace -FROM alpine:3.22 +FROM alpine:3.23.2 LABEL license='SPDX-License-Identifier: Apache-2.0' \ copyright='Copyright (c) 2021: Jiangxing Intelligence'