Skip to content

Commit 3e0af2a

Browse files
Fix missing golang update by dependbot (#1158)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 43afdd5 commit 3e0af2a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ updates:
3838
directory: "/"
3939
schedule:
4040
interval: "weekly"
41+
42+
- package-ecosystem: "docker"
43+
directory: "/hack/ccm"
44+
schedule:
45+
interval: "weekly"

hack/ccm/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG GOLANG_IMAGE=golang:1.19.6
1817
ARG TARGETPLATFORM=linux/amd64
1918
ARG ARCH=amd64
2019

2120
# Build IBM cloud controller manager binary
22-
FROM ${GOLANG_IMAGE} AS ccm-builder
21+
FROM golang:1.20.2 AS ccm-builder
2322
ARG ARCH
2423
ARG POWERVS_CLOUD_CONTROLLER_COMMIT
2524
WORKDIR /build

0 commit comments

Comments
 (0)