docker: go 1.24

This commit is contained in:
mhsanaei 2025-02-25 18:56:35 +01:00
parent 31e1581d6b
commit e0e9e2681a
No known key found for this signature in database
GPG Key ID: D875CD086CF668A0

View File

@ -1,7 +1,7 @@
# ======================================================== # ========================================================
# Stage: Builder # Stage: Builder
# ======================================================== # ========================================================
FROM golang:1.23-alpine AS builder FROM golang:1.24-alpine AS builder
WORKDIR /app WORKDIR /app
ARG TARGETARCH ARG TARGETARCH