Merge pull request #19 from fosrl/dependabot/docker/minor-updates-80a311fbba

Bump golang from 1.24.3-alpine to 1.25.0-alpine in the minor-updates group
This commit is contained in:
Owen Schwartz
2025-08-15 09:40:54 -07:00
committed by GitHub

View File

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