Merge pull request #58 from fosrl/dependabot/docker/patch-updates-23ac2ce0c4

Bump golang from 1.24.3-alpine to 1.24.4-alpine in the patch-updates group
This commit is contained in:
Owen Schwartz
2025-06-09 09:55:01 -04:00
committed by GitHub

View File

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