Merge pull request #78 from fosrl/dependabot/docker/patch-updates-6b6fe1e6e0

Bump golang from 1.24.4-alpine to 1.24.5-alpine in the patch-updates group
This commit is contained in:
Owen Schwartz
2025-07-10 17:24:32 -07:00
committed by GitHub

View File

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