diff --git a/Dockerfile b/Dockerfile index c9d8ecd..401ca34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.22.0 AS builder +FROM golang:1.22.6 AS builder COPY . /app WORKDIR /app