Skip to content

Commit d6a00dc

Browse files
Bump the all-deps group across 6 directories with 2 updates (#1325)
Bumps the all-deps group with 1 update in the /binary_transparency/firmware/cmd/ft_personality directory: golang. Bumps the all-deps group with 1 update in the /binary_transparency/firmware/cmd/ftmapserver directory: golang. Bumps the all-deps group with 2 updates in the /clone/cmd/ctclone directory: golang and alpine. Bumps the all-deps group with 2 updates in the /clone/cmd/ctverify directory: golang and alpine. Bumps the all-deps group with 2 updates in the /clone/cmd/sumdbclone directory: golang and alpine. Bumps the all-deps group with 1 update in the /integration directory: golang. Updates `golang` from 1.24.2-bullseye to 1.24.3-bullseye Updates `golang` from 1.24.2-bullseye to 1.24.3-bullseye Updates `golang` from 1.24.2-alpine3.20 to 1.24.3-alpine3.20 Updates `alpine` from 3.21.3 to 3.22.0 Updates `golang` from 1.24.2-alpine3.20 to 1.24.3-alpine3.20 Updates `alpine` from 3.21.3 to 3.22.0 Updates `golang` from 1.24.2-alpine3.20 to 1.24.3-alpine3.20 Updates `alpine` from 3.21.3 to 3.22.0 Updates `golang` from 1.24.2-bullseye to 1.24.3-bullseye --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.3-bullseye dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.3-bullseye dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.3-alpine3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.3-alpine3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.3-alpine3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.3-bullseye dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e01c114 commit d6a00dc

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

binary_transparency/firmware/cmd/ft_personality/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6 AS builder
1+
FROM golang:1.24.3-bullseye@sha256:abe2e2bb9bc0342dd1ba2f719af5c6b3859ca9ad93a7d9bcdd21310bda0327e1 AS builder
22
LABEL stage=builder
33

44
ARG GOFLAGS=""
@@ -19,7 +19,7 @@ COPY . .
1919
RUN go build ./binary_transparency/firmware/cmd/ft_personality
2020

2121
# Build release image
22-
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6
22+
FROM golang:1.24.3-bullseye@sha256:abe2e2bb9bc0342dd1ba2f719af5c6b3859ca9ad93a7d9bcdd21310bda0327e1
2323

2424
COPY --from=builder /build/ft_personality /bin/ft_personality
2525
ENTRYPOINT ["/bin/ft_personality"]

binary_transparency/firmware/cmd/ftmapserver/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6 AS builder
1+
FROM golang:1.24.3-bullseye@sha256:abe2e2bb9bc0342dd1ba2f719af5c6b3859ca9ad93a7d9bcdd21310bda0327e1 AS builder
22
LABEL stage=builder
33

44
ARG GOFLAGS=""
@@ -19,7 +19,7 @@ COPY . .
1919
RUN go build ./binary_transparency/firmware/cmd/ftmapserver
2020

2121
# Build release image
22-
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6
22+
FROM golang:1.24.3-bullseye@sha256:abe2e2bb9bc0342dd1ba2f719af5c6b3859ca9ad93a7d9bcdd21310bda0327e1
2323

2424
COPY --from=builder /build/ftmapserver /bin/ftmapserver
2525
ENTRYPOINT ["/bin/ftmapserver"]

clone/cmd/ctclone/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 AS builder
1+
FROM golang:1.24.3-alpine3.20@sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS
@@ -18,7 +18,7 @@ COPY . .
1818
RUN go build ./clone/cmd/ctclone
1919

2020
# Build release image
21-
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
21+
FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
2222

2323
COPY --from=builder /build/ctclone /bin/ctclone
2424
ENTRYPOINT ["/bin/ctclone"]

clone/cmd/ctverify/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 AS builder
1+
FROM golang:1.24.3-alpine3.20@sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS
@@ -18,7 +18,7 @@ COPY . .
1818
RUN go build ./clone/cmd/ctverify
1919

2020
# Build release image
21-
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
21+
FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
2222

2323
COPY --from=builder /build/ctverify /bin/ctverify
2424
ENTRYPOINT ["/bin/ctverify"]

clone/cmd/sumdbclone/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 AS builder
1+
FROM golang:1.24.3-alpine3.20@sha256:9f98e9893fbc798c710f3432baa1e0ac6127799127c3101d2c263c3a954f0abe AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS
@@ -18,7 +18,7 @@ COPY . .
1818
RUN go build ./clone/cmd/sumdbclone
1919

2020
# Build release image
21-
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
21+
FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
2222

2323
COPY --from=builder /build/sumdbclone /bin/sumdbclone
2424
ENTRYPOINT ["/bin/sumdbclone"]

integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile builds a base image for the CloudBuild integration testing.
2-
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6 AS testbase
2+
FROM golang:1.24.3-bullseye@sha256:abe2e2bb9bc0342dd1ba2f719af5c6b3859ca9ad93a7d9bcdd21310bda0327e1 AS testbase
33

44
WORKDIR /testbase
55

0 commit comments

Comments
 (0)