Skip to content

Commit

Permalink
chore: use mcr base image instead of docker (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiying-lin committed Jul 12, 2024
1 parent 8fff068 commit a7d9a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/hub-agent.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the hubagent binary
FROM golang:1.22.4 as builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.22.4 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion docker/member-agent.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the memberagent binary
FROM golang:1.22.4 as builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.22.4 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion docker/refresh-token.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the hubagent binary
FROM golang:1.22.4 as builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.22.4 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit a7d9a72

Please sign in to comment.