Update golang Docker tag to v1.23.6

This commit is contained in:
renovate 2025-02-04 22:00:25 +00:00
parent 042b66787c
commit 4da0118919

View File

@ -1,4 +1,4 @@
FROM golang:1.23.5 AS build
FROM golang:1.23.6 AS build
WORKDIR /app