Skip to content

Commit

Permalink
Use mariner go image tag for service bus stress (#21477)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Sep 6, 2023
1 parent 68a8ebc commit e9e8f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/messaging/azeventhubs/internal/eh/stress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.20 as build
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.20-cbl-mariner2.0 as build
# you'll need to run this build from the root of the azeventhubs module
ENV GOOS=linux
ENV GOARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion sdk/messaging/azservicebus/internal/stress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.18 as build
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.18-fips-cbl-mariner2.0 as build
# you'll need to run this build from the root of the azservicebus module
ENV GOOS=linux
ENV GOARCH=amd64
Expand Down

0 comments on commit e9e8f02

Please sign in to comment.