Update e2e image
This commit is contained in:
parent
fed013ab6f
commit
d869aab61d
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ if [ "$missing" = true ];then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v10292018-5d42f0e
|
||||
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v10292018-240c7274b
|
||||
|
||||
DOCKER_OPTS=${DOCKER_OPTS:-""}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.64
|
||||
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.66
|
||||
|
||||
RUN clean-install \
|
||||
g++ \
|
||||
|
|
Loading…
Reference in a new issue