[git-bridge] Updated envsubst builder (#29286)

GitOrigin-RevId: 8da435aea673f6e73666f0fb7dfd8522312e5f48
This commit is contained in:
Miguel Serrano
2025-10-23 10:24:41 +02:00
committed by Copybot
parent 0fdd87f345
commit 7f4d947b56

View File

@@ -1,6 +1,6 @@
# Build the a8m/envsubst binary, as it supports default values, # Build the a8m/envsubst binary, as it supports default values,
# which the gnu envsubst (from gettext-base) does not. # which the gnu envsubst (from gettext-base) does not.
FROM golang:1.24.3-alpine AS envsubst_builder FROM golang:1.25.3-alpine AS envsubst_builder
WORKDIR /build WORKDIR /build