Merge pull request #55 from fosrl/dependabot/docker/minor-updates-f918e77f61

Bump golang from 1.25-alpine to 1.26-alpine in the minor-updates group across 1 directory
This commit is contained in:
Owen Schwartz
2026-04-03 15:35:45 -04:00
committed by GitHub

View File

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