Skip to content

Commit be1b522

Browse files
shuchuSHUCHU HANfranciscojavierarceo
authored
fix: Update the dockerfile with golang 1.24.12. (#5918)
Signed-off-by: SHUCHU HAN <shuchu@mac.lan> Co-authored-by: SHUCHU HAN <shuchu@mac.lan> Co-authored-by: Francisco Javier Arceo <arceofrancisco@gmail.com>
1 parent fcc8274 commit be1b522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/infra/docker/feature-server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.12
1+
FROM golang:1.24.12
22

33
# Update the package list and install the ca-certificates package
44
RUN apt-get update && apt-get install -y ca-certificates
@@ -28,4 +28,4 @@ EXPOSE 8080
2828

2929
# Command to run the executable
3030
# Pass arguments to the executable (Ex: ./feast --type=grpc)
31-
CMD ["./feast"]
31+
CMD ["./feast"]

0 commit comments

Comments
 (0)