diff --git a/Dockerfile b/Dockerfile index 0beccfc1..24c3aab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.11-alpine3.23 AS base +FROM golang:1.26.5-alpine3.24 AS base WORKDIR /go/src/github.com/codefresh-io/cli-v2 diff --git a/Makefile b/Makefile index db42739b..82364c94 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v1.0.7 +VERSION=v1.0.8 GOLANGCI_LINT_VERSION?= v2.8.0