diff --git a/deployments/Dockerfile b/deployments/Dockerfile
index 32c8fde08..6a88ba3ba 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.23-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..9ff01cd27 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.23.3-alpine
 
 RUN apk add curl