Skip to content

Commit

Permalink
build(deps): bump the container-images group across 2 directories wit…
Browse files Browse the repository at this point in the history
…h 2 updates

Bumps the container-images group with 2 updates in the / directory: docker/library/golang and lambda/provided.
Bumps the container-images group with 1 update in the /.buildkite directory: docker/library/golang.


Updates `docker/library/golang` from 1.23.4 to 1.23.5

Updates `lambda/provided` from `dbb5857` to `d237ac6`

Updates `docker/library/golang` from 1.23.4 to 1.23.5

---
updated-dependencies:
- dependency-name: docker/library/golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: container-images
- dependency-name: lambda/provided
  dependency-type: direct:production
  dependency-group: container-images
- dependency-name: docker/library/golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: container-images
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent c956496 commit 045b1b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM public.ecr.aws/docker/library/golang:1.23.4-alpine@sha256:c23339199a08b0e12032856908589a6d41a0dab141b8b3b21f156fc571a3f1d3
FROM public.ecr.aws/docker/library/golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596

RUN apk add --no-cache zip
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM public.ecr.aws/docker/library/golang:1.23.4-alpine@sha256:c23339199a08b0e12032856908589a6d41a0dab141b8b3b21f156fc571a3f1d3
FROM public.ecr.aws/docker/library/golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596

RUN apk add --no-cache aws-cli bash curl github-cli
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM public.ecr.aws/docker/library/golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041
FROM public.ecr.aws/docker/library/golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
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:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 AS builder
FROM public.ecr.aws/docker/library/golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 AS builder
WORKDIR /go/src/github.com/buildkite/buildkite-agent-metrics/
COPY . .
RUN CGO_ENABLED=0 go build -o buildkite-agent-metrics .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.lambda
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/provided:al2023@sha256:dbb5857af70f15ba26cad082b0aa190f6843a3fe39403085f6a4cf4a16fa0038
FROM public.ecr.aws/lambda/provided:al2023@sha256:d237ac60cf5f5a8310ffa2c804871c8f7cd6737f0635cf3775373241c5c46706

RUN dnf install -y unzip wget && \
wget "https://github.com/buildkite/buildkite-agent-metrics/releases/latest/download/handler.zip" && \
Expand Down

0 comments on commit 045b1b0

Please sign in to comment.