commit d37e6c9194bfc9a10588f04f7aefc7149f19ec03
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
| date | 2025-12-09T21:19:16Z |
| subject | chore(deps): update golang docker tag to v1.23 |
commit d37e6c9194bfc9a10588f04f7aefc7149f19ec03
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: 2025-12-09T21:19:16Z
chore(deps): update golang docker tag to v1.23
Signed-off-by: Renovate Bot <renovate-bot@users.noreply.github.com>
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index c380c6a..77913c2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.22-alpine3.19 AS build_deps
+FROM golang:1.23-alpine3.19@sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84 AS build_deps
RUN apk add --no-cache git