Skip to content

Commit

Permalink
Dockerfile: use fully qualified image name for golang image
Browse files Browse the repository at this point in the history
Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Dec 20, 2023
1 parent a6cc256 commit 3f6f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the manager binary
FROM golang:1.19.1 as builder
FROM docker.io/library/golang:1.19.1 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 3f6f4a8

Please sign in to comment.