Skip to content

Commit 075b0b6

Browse files
chore: bump oss/go/microsoft/golang from 1.25.8 to 1.25.9 in /docker
Bumps oss/go/microsoft/golang from 1.25.8 to 1.25.9. --- updated-dependencies: - dependency-name: oss/go/microsoft/golang dependency-version: 1.25.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abde86f commit 075b0b6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/crd-installer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the crdinstaller binary
2-
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.8 AS builder
2+
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9 AS builder
33

44
ARG GOOS=linux
55
ARG GOARCH=amd64

docker/hub-agent.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the hubagent binary
2-
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.8 AS builder
2+
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9 AS builder
33

44
ARG GOOS=linux
55
ARG GOARCH=amd64

docker/member-agent.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the memberagent binary
2-
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.8 AS builder
2+
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9 AS builder
33

44
ARG GOOS=linux
55
ARG GOARCH=amd64

docker/refresh-token.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the refreshtoken binary
2-
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.8 AS builder
2+
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.25.9 AS builder
33

44
ARG GOOS="linux"
55
ARG GOARCH="amd64"

0 commit comments

Comments
 (0)