Skip to content

Commit

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

build(deps): bump docker/library/golang from 1.22.5 to 1.22.6
  • Loading branch information
DrJosh9000 authored Aug 13, 2024
2 parents 341e544 + 71e2533 commit 7f4ad03
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,4 +1,4 @@
FROM public.ecr.aws/docker/library/golang:1.22.5@sha256:1a9b9cc9929106f9a24359581bcf35c7a6a3be442c1c53dc12c41a106c1daca8 as builder
FROM public.ecr.aws/docker/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa as builder
WORKDIR /go/src/github.com/buildkite/buildkite-agent-metrics/
COPY . .
RUN GO111MODULE=on GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o buildkite-agent-metrics .
Expand Down

0 comments on commit 7f4ad03

Please sign in to comment.