Skip to content

Commit 7d3caef

Browse files
committed
fix: chat-sync build issue
1 parent 3ec7b74 commit 7d3caef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chart-sync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0 AS build-env
1+
FROM golang:1.25.0 AS build-env
22

33
RUN apt update && \
44
apt install git gcc musl-dev make -y && \

0 commit comments

Comments
 (0)