Skip to content

Commit 7734186

Browse files
Bump golang from 1.23.3 to 1.23.4 in the docker group
Bumps the docker group with 1 update: golang. Updates `golang` from 1.23.3 to 1.23.4 --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c7d7da commit 7734186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.3 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder
22

33
COPY . /app
44
WORKDIR /app

0 commit comments

Comments
 (0)