chore: fix dependabot alerts (#3072)

* chore: fix dependabot alerts

* chore: update container builds to use golang 1.24

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

---------

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
Ramkumar Chinchani
2025-04-05 00:57:20 -07:00
committed by GitHub
parent fd761c0254
commit bb7039f138
12 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# ---
# Stage 1: Install certs, build binary, create default config file
# ---
FROM --platform=$BUILDPLATFORM ghcr.io/project-zot/golang:1.23 AS builder
FROM --platform=$BUILDPLATFORM ghcr.io/project-zot/golang:1.24 AS builder
ARG TARGETOS
ARG TARGETARCH