🏗️ build(deps): bump golang from 1.26rc3-alpine to 1.26-alpine

Bumps golang from 1.26rc3-alpine to 1.26-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-11 09:19:00 +05:30
committed by GitHub
parent d333e12e88
commit be6bbf7977
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.21
FROM golang:1.26rc3-alpine AS builder
FROM golang:1.26-alpine AS builder
RUN apk add --no-cache git