diff --git a/Dockerfile b/Dockerfile index aeda3b2cc..1fe2cce53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ARG SPARK_IMAGE=spark:3.5.3 -FROM golang:1.23.1 AS builder +FROM golang:1.23.5 AS builder WORKDIR /workspace