1 file changed
@@ -1,4 +1,4 @@ | |||
| 1 | - FROM golang:1.23.12 | ||
| 1 | + FROM golang:1.24.12 | ||
| 2 | 2 | ||
| 3 | 3 | # Update the package list and install the ca-certificates package | |
| 4 | 4 | RUN apt-get update && apt-get install -y ca-certificates | |
@@ -28,4 +28,4 @@ EXPOSE 8080 | |||
| 28 | 28 | ||
| 29 | 29 | # Command to run the executable | |
| 30 | 30 | # Pass arguments to the executable (Ex: ./feast --type=grpc) | |
| 31 | - CMD ["./feast"] | ||
| 31 | + CMD ["./feast"] | ||
0 commit comments