updated sonarqube + fixed first issues
Some checks failed
Tests / Run Go Tests (push) Failing after 1m26s

This commit is contained in:
2025-10-07 15:47:59 +02:00
parent a1aae9dc56
commit bf841ad5c6
6 changed files with 24 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ RUN go mod download && go mod verify
COPY . .
RUN go build -o server .
FROM alpine
FROM alpine:3.22
RUN apk add --no-cache tzdata
WORKDIR /app
COPY --from=build /app/server /app/server