Skip to content

Commit

Permalink
Merge pull request #738 from GoogleCloudPlatform/dependabot/docker/pr…
Browse files Browse the repository at this point in the history
…ometheus-to-sd/golang-1.22.5

Bump golang from 1.22.2 to 1.22.5 in /prometheus-to-sd
  • Loading branch information
CatherineF-dev authored Jul 15, 2024
2 parents 2b0baf8 + 8e32a8c commit e23f184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus-to-sd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=$BUILDPLATFORM golang:1.22.2 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/prometheus-to-sd
COPY . ./

Expand Down

0 comments on commit e23f184

Please sign in to comment.