Skip to content

Commit

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

build(deps): bump docker/library/golang from 1.23.1 to 1.23.2
  • Loading branch information
DrJosh9000 authored Oct 8, 2024
2 parents 5efcefe + b742a50 commit ea9f153
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.23.1@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 as builder
FROM public.ecr.aws/docker/library/golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 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 ea9f153

Please sign in to comment.