Skip to content

Commit d7a90a1

Browse files
Bump library/golang from 1.23.1-alpine to 1.23.2-alpine
Bumps library/golang from 1.23.1-alpine to 1.23.2-alpine. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ebca00 commit d7a90a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
FROM docker.io/library/golang:1.23.1-alpine AS build
5+
FROM docker.io/library/golang:1.23.2-alpine AS build
66
WORKDIR /jelease
77
COPY go.mod go.sum ./
88
RUN go mod download

0 commit comments

Comments
 (0)