diff --git a/Dockerfile b/Dockerfile index 11ae0900ef..80eeb9151b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # STEP 1: Build sqlc -FROM golang:1.20.3 AS builder +FROM golang:1.20.4 AS builder COPY . /workspace WORKDIR /workspace