Skip to content

Commit 0c918cf

Browse files
Bump the all-deps group across 3 directories with 1 update (#295)
Bumps the all-deps group with 1 update in the /cmd/aws directory: golang. Bumps the all-deps group with 1 update in the /cmd/gcp directory: golang. Bumps the all-deps group with 1 update in the /internal/hammer directory: golang. Updates `golang` from 1.24.2-alpine3.21 to 1.24.3-alpine3.21 Updates `golang` from 1.24.2-alpine3.21 to 1.24.3-alpine3.21 Updates `golang` from 1.24.2-alpine3.21 to 1.24.3-alpine3.21 --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.3-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.3-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.3-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72a62fc commit 0c918cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/aws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-alpine3.21@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
1+
FROM golang:1.24.3-alpine3.21@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS builder
22

33
ARG GOFLAGS="-trimpath -buildvcs=false -buildmode=exe"
44
ENV GOFLAGS=$GOFLAGS

cmd/gcp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-alpine3.21@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
1+
FROM golang:1.24.3-alpine3.21@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS builder
22

33
ARG GOFLAGS="-trimpath -buildvcs=false -buildmode=exe"
44
ENV GOFLAGS=$GOFLAGS

internal/hammer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM golang:1.24.2-alpine3.21@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS builder
2+
FROM golang:1.24.3-alpine3.21@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS builder
33

44
ARG GOFLAGS="-trimpath -buildvcs=false -buildmode=exe"
55
ENV GOFLAGS=$GOFLAGS

0 commit comments

Comments
 (0)