chore(deps): update golang docker tag to v1.24.3 #18

Closed
renovate wants to merge 1 commits from renovate/golang-1.x into custom
Showing only changes of commit 9dd951e0af - Show all commits

View File

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