Skip to content

Commit 246c0b5

Browse files
committed
fix: Update 16 service Dockerfiles to Go 1.26.2
1 parent 053223b commit 246c0b5

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

services/api-gateway/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image (~2MB) enabled by pure-Go franz-go Kafka client
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/control-plane/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image (~2MB) enabled by pure-Go dependencies
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/current-account/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image (~2MB) enabled by pure-Go franz-go Kafka client
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/event-router/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image (~2MB) enabled by pure-Go franz-go Kafka client
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/financial-accounting/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image (~2MB) enabled by pure-Go franz-go Kafka client
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/financial-gateway/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image for minimal attack surface
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/forecasting/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image (~2MB) enabled by pure-Go dependencies
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/internal-account/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image (~2MB) enabled by pure-Go franz-go Kafka client
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

services/market-information/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Uses distroless base image (~2MB) enabled by pure-Go dependencies
55

66
# Build stage
7-
FROM golang:1.26.1-bookworm AS builder
7+
FROM golang:1.26.2-bookworm AS builder
88

99
# Install build dependencies
1010
RUN apt-get update && apt-get install -y --no-install-recommends \

services/mcp-server/cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Uses distroless base image for minimal attack surface
44

55
# Build stage
6-
FROM golang:1.26.1-bookworm AS builder
6+
FROM golang:1.26.2-bookworm AS builder
77

88
# Install build dependencies
99
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)