Skip to content

Commit

Permalink
Merge pull request #353 from buildkite/dependabot/docker/docker/libra…
Browse files Browse the repository at this point in the history
…ry/golang-7003184

build(deps): bump docker/library/golang from `574185e` to `7003184`
  • Loading branch information
DrJosh9000 authored Dec 16, 2024
2 parents 0fc180b + a4f98b7 commit 805d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use this Dockerfile when building the image yourself.
# The Buildkite pipeline is similar, but copies prebuilt binaries instead of
# rebuilding them.
FROM public.ecr.aws/docker/library/golang:1.23.4@sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7 AS builder
FROM public.ecr.aws/docker/library/golang:1.23.4@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 AS builder
WORKDIR /go/src/github.com/buildkite/buildkite-agent-metrics/
COPY . .
RUN CGO_ENABLED=0 go build -o buildkite-agent-metrics .
Expand Down

0 comments on commit 805d332

Please sign in to comment.