This commit is contained in:
Juraj Kubrican
2025-02-14 14:17:39 +01:00
parent 57696aa094
commit 67381386ac
3 changed files with 48 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
# Step 1: Build the Go binary in a separate stage
FROM golang:1.23 AS builder
FROM golang:1.24 AS builder
# Set the working directory
WORKDIR /app