mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01:00
fix: update Go version in email Dockerfile to 1.25.0-alpine3.22 (#4099)
This commit is contained in:
committed by
sriramveeraghanta
parent
d5f11108b5
commit
b837428cbc
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user