Merge pull request #1 from Lokowitz/dependabot/docker/minor-updates-c9322ea29a

Bump golang from 1.23.1-alpine to 1.24.3-alpine in the minor-updates group
This commit is contained in:
Marvin
2025-06-01 16:10:54 +02:00
committed by GitHub

View File

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