Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit 89da1ff

Browse files
authored
Merge pull request #6 from openshift-pipelines/use-ubi
Use ubi8 instead of a synced image
2 parents cf01cdc + aba0662 commit 89da1ff

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
@@ -1,4 +1,4 @@
1-
FROM quay.io/openshift-pipeline/golang:alpine as builder
1+
FROM registry.access.redhat.com/ubi8/go-toolset:1.14.12 as builder
22

33
WORKDIR /build
44
ADD . /build/

0 commit comments

Comments
 (0)