Dockerfile aktualisieren

This commit is contained in:
Marvin
2025-07-26 10:31:53 +02:00
committed by GitHub
parent 82a3a39a1f
commit 2efbd7dd6a

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 # Set the working directory inside the container
WORKDIR /app WORKDIR /app