Merge pull request 'changed version on the dockerfile' (#5) from dev into main
Some checks failed
Bot Unit Tests / test (push) Has been cancelled

Reviewed-on: Jannis/discord-go-bot#5
This commit was merged in pull request #5.
This commit is contained in:
2026-04-01 19:52:51 +00:00

View File

@@ -1,5 +1,5 @@
# STAGE 1: Build
FROM golang:1.24-bookworm AS builder
FROM golang:1.25-bookworm AS builder
# Arbeitsverzeichnis im Container
WORKDIR /app