Merge pull request #15 from starkSV/feat/caching-layer

fix: bump Dockerfile to golang:1.25-alpine to match go.mod requirement
This commit is contained in:
Shekhar 2026-05-18 22:52:10 +05:30 committed by GitHub
commit 3329cd1b52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# ── Build stage ──────────────────────────────────────────────────────────────
FROM golang:1.22-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /app