Merge pull request #12 from fosrl/dependabot/docker/minor-updates-887f07f54c

Bump golang from 1.24-alpine to 1.25-alpine in the minor-updates group

Former-commit-id: ad73fc4aa8
This commit is contained in:
Owen Schwartz
2025-08-13 15:01:04 -07:00
committed by GitHub

View File

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