chore(deps): update golang docker tag to v1.23
All checks were successful
/ build-freeswitch (push) Successful in 13m21s

This commit is contained in:
Renovate Bot 2024-11-04 06:01:53 +00:00
parent a011ba5dca
commit e84d3aff28

View file

@ -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 .