mirror of
https://github.com/certctl-io/certctl.git
synced 2026-09-20 21:49:02 +02:00
fix: bump Docker Go version from 1.22 to 1.25 to match go.mod
go.mod requires go >= 1.25.0 but both Dockerfiles used golang:1.22-alpine, causing `go mod download` to fail during container build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8da760335c
commit
a0e0bccc85
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Multi-stage build for certctl agent
|
||||
# Stage 1: Build
|
||||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache git ca-certificates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user