diff --git a/go/infra/docker/feature-server/Dockerfile b/go/infra/docker/feature-server/Dockerfile index a02a98332ab..b1fcda18c9b 100644 --- a/go/infra/docker/feature-server/Dockerfile +++ b/go/infra/docker/feature-server/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.12 +FROM golang:1.24.12 # Update the package list and install the ca-certificates package RUN apt-get update && apt-get install -y ca-certificates @@ -28,4 +28,4 @@ EXPOSE 8080 # Command to run the executable # Pass arguments to the executable (Ex: ./feast --type=grpc) -CMD ["./feast"] \ No newline at end of file +CMD ["./feast"]