Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Update the dockerfile with golang 1.24.12.
Signed-off-by: SHUCHU HAN <shuchu@mac.lan>
  • Loading branch information
SHUCHU HAN committed Jan 28, 2026
commit 5639be5486553fa9948522f4cd7ab4ff3b59b08b
4 changes: 2 additions & 2 deletions go/infra/docker/feature-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.12
FROM golang:1.24.12

# Update the package list and install the ca-certificates package
RUN apt-get update && apt-get install -y ca-certificates
Expand Down Expand Up @@ -28,4 +28,4 @@ EXPOSE 8080

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