Dockerfile aktualisieren

Former-commit-id: 2efbd7dd6a
This commit is contained in:
Marvin
2025-07-26 10:31:53 +02:00
committed by GitHub
parent d46436ccf6
commit 87011018ff

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.5-alpine AS builder
FROM golang:1.24-alpine AS builder
# Set the working directory inside the container
WORKDIR /app