chore(deps): update golang docker tag to v1.23
All checks were successful
/ build-freeswitch (push) Successful in 13m21s
All checks were successful
/ build-freeswitch (push) Successful in 13m21s
This commit is contained in:
parent
a011ba5dca
commit
e84d3aff28
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue