From e84d3aff28c17c95d6ee46fa8e23585f06e380e2 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 aa765de..3a5165c 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 . -- 2.47.2