diff --git a/Dockerfile b/Dockerfile index ed36fa4..27ecf53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3 AS build +FROM golang:1.23.4 AS build ## (DL3008)Ignore lint error about apt pinned packages, as we always want the latest version of these tools ## and the risk of a breaking behavior is evaluated as low