From 2ab069fa3e353fd759abd8899edd4d452ab4a3be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Nov 2024 06:01:53 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- containers/freeswitch/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/freeswitch/Containerfile b/containers/freeswitch/Containerfile index 1a14ac5..695d9a0 100644 --- a/containers/freeswitch/Containerfile +++ b/containers/freeswitch/Containerfile @@ -69,7 +69,7 @@ RUN git clone https://github.com/signalwire/freeswitch.git /usr/src/freeswitch & RUN rm -rf /usr/local/freeswitch/conf -FROM library/golang:1.21 AS dynamic-xmlconfig +FROM library/golang:1.23 AS dynamic-xmlconfig ADD dynamic-xmlconfig /go/dynamic-xmlconfig WORKDIR /go/dynamic-xmlconfig RUN go build -o /dynamic-xmlconfig .