chore: Update Dockerfile to use Golang 1.24 image
Some checks failed
Go / build (push) Successful in -9s
renovate / renovate (push) Successful in 40s
SonarQube Scan / Build and analyze (push) Failing after 12s

This commit is contained in:
Alex Wellnitz 2025-03-26 16:47:31 +01:00
parent b0fe17cea2
commit 1bba61d476

View File

@ -1,5 +1,5 @@
# Use the official Golang image for building # Use the official Golang image for building
FROM golang:1.23 AS builder FROM golang:1.24 AS builder
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app
# Copy Go modules and dependencies # Copy Go modules and dependencies