Update Dockerfile to use a modern go

This commit is contained in:
2025-05-09 03:30:47 +00:00
parent b924ddb33c
commit 85ff0e770e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Dockerfile for Matrix Sports Bot
# Dockerfile for Matrix Scores Bot
# --- Build Stage ---
FROM golang:1.20-alpine AS builder
FROM golang:1.24-alpine AS builder
# Install git for module downloads
RUN apk add --no-cache git