Skip to content
Merged
Changes from all commits
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
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"]
Loading