diff --git a/Dockerfile b/Dockerfile index ca4938044c..d750d7a400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # STEP 1: Build sqlc -FROM golang:1.21.6 AS builder +FROM golang:1.22.0 AS builder COPY . /workspace WORKDIR /workspace