diff --git a/Dockerfile b/Dockerfile index 643223b0fb..c29982f144 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # STEP 1: Build sqlc -FROM golang:1.26.2 AS builder +FROM golang:1.26.3 AS builder COPY . /workspace WORKDIR /workspace