Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG VERSION
ARG REVISION

# Build stage
FROM --platform=$BUILDPLATFORM golang:1.26.2-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.3-alpine AS builder

# Install security updates and build dependencies
RUN apk update && apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion deployments/Dockerfile.single-arch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VERSION
ARG REVISION

# Build stage - native architecture only
FROM golang:1.26.2-alpine AS builder
FROM golang:1.26.3-alpine AS builder

# Install security updates and build dependencies
RUN apk update && apk add --no-cache \
Expand Down