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

This commit is contained in:
Renovate Bot 2025-05-06 21:01:38 +00:00
parent bf7c04d34d
commit 68b3ea9f71

View file

@ -1,4 +1,4 @@
FROM golang:1.24.2 AS builder
FROM golang:1.24.3 AS builder
WORKDIR /app
ADD . .