diff --git a/deployments/Dockerfile b/deployments/Dockerfile index 32c8fde08..c2ebc3542 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17-alpine AS builder +FROM golang:1.22-alpine AS builder RUN apk add --no-cache git diff --git a/internal/services/formatters/go/deployments/Dockerfile b/internal/services/formatters/go/deployments/Dockerfile index 04cfa4abf..5262d1d07 100644 --- a/internal/services/formatters/go/deployments/Dockerfile +++ b/internal/services/formatters/go/deployments/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17.8-alpine +FROM golang:1.22.3-alpine RUN apk add curl