diff --git a/Dockerfile b/Dockerfile index a7277ce8c..4b16d4f2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use official golang image as builder -FROM golang:1.22.5-alpine AS builder +FROM golang:1.23.3-alpine AS builder # Set working directory WORKDIR /app @@ -38,4 +38,4 @@ EXPOSE 8080 # Run the binary with debug output ENTRYPOINT ["/fabric"] -CMD ["--serve"] \ No newline at end of file +CMD ["--serve"]