Update golang Docker tag to v1.23.6

This commit is contained in:
renovate 2025-02-08 21:00:35 +00:00
parent 042b66787c
commit 753c582dc1

View File

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