diff --git a/Dockerfile b/Dockerfile index ac2ec47..85e89c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM golang:1.26.3-alpine AS builder +FROM golang:1.26.4-alpine AS builder ARG VERSION=dev ARG COMMIT=none diff --git a/cli/go.mod b/cli/go.mod index 27bc957..ca3f0d7 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -1,6 +1,6 @@ module github.com/omattsson/stackctl/cli -go 1.26.3 +go 1.26.4 require ( github.com/gorilla/websocket v1.5.3