diff --git a/samples/sidecar-proxy/Dockerfile b/samples/sidecar-proxy/Dockerfile index 2f464a36e..c9db7fcd5 100644 --- a/samples/sidecar-proxy/Dockerfile +++ b/samples/sidecar-proxy/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22.2 as builder +FROM golang:1.22.3 as builder WORKDIR /app RUN go mod init example-app RUN go get github.com/jackc/pgx/v4