fix: update Go version in email Dockerfile to 1.25.0-alpine3.22 (#4099)

This commit is contained in:
Manish Gupta
2025-09-03 15:57:45 +05:30
committed by sriramveeraghanta
parent d5f11108b5
commit b837428cbc

View File

@@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM tonistiigi/binfmt AS binfmt
FROM golang:alpine3.20 AS builder
FROM golang:1.25.0-alpine3.22 AS builder
WORKDIR /app
RUN apk update && \