Update Dockerfile to use a modern go
This commit is contained in:
parent
b924ddb33c
commit
85ff0e770e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user