Skip to content

Commit

Permalink
Dockerfile: Get build image from Quay instead of DockerHub
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Zmeskal <jzmeskal@redhat.com>
  • Loading branch information
Jan Zmeskal authored and ldelossa committed Dec 1, 2020
1 parent 550f6b9 commit c18563d
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 @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM docker.io/library/golang:1.15 AS build
FROM quay.io/app-sre/golang:1.15 AS build
WORKDIR /build/
ADD . /build/
ARG CLAIR_VERSION=dev
Expand Down

0 comments on commit c18563d

Please sign in to comment.