diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index deb5bd27e..cb6b7a71f 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.26.4 AS base +FROM golang:1.26.5 AS base # The devel image is used for local development. FROM base AS devel