diff --git a/Dockerfile b/Dockerfile index 1583fa5295..a01a36c4fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # STEP 1: Build sqlc -FROM golang:1.23.0 AS builder +FROM golang:1.23.1 AS builder COPY . /workspace WORKDIR /workspace