Skip to content

Commit 58738b3

Browse files
Bump golang from 1.18.1 to 1.18.2
Bumps golang from 1.18.1 to 1.18.2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68f20a6 commit 58738b3

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
@@ -15,7 +15,7 @@
1515
# Initialized TARGETPLATFORM with default value
1616
ARG TARGETPLATFORM=linux/amd64
1717

18-
FROM golang:1.18.1 AS builder
18+
FROM golang:1.18.2 AS builder
1919
ARG TARGETPLATFORM
2020
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
2121
ADD . .

0 commit comments

Comments
 (0)