diff --git a/Dockerfile b/Dockerfile index 7706250..8837190 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage: Build bot using the golang image -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder RUN apk add --no-cache curl wget gnupg git upx WORKDIR /app COPY . .