diff --git a/Dockerfile b/Dockerfile index b376e07..15eeb8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.25.1 AS build +FROM golang:1.25.2 AS build WORKDIR /yamllint-action COPY go.mod go.sum /yamllint-action/ RUN go mod download