← 返回首页
fix: Update the dockerfile with golang 1.24.12. (#5918) · soooojinlee/feast@be1b522 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit be1b522

Browse files
3 peopleauthored
fix: Update the dockerfile with golang 1.24.12. (feast-dev#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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎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)

Footer

© 2026 GitHub, Inc.