Merge pull request #2956 from aledbf/update-nginx-image

Update nginx and e2e images
This commit is contained in:
k8s-ci-robot 2018-08-17 15:10:49 -07:00 committed by GitHub
commit b78bb2524e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -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.57
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.59
RUN clean-install \
g++ \
@ -22,6 +22,7 @@ RUN clean-install \
make \
wget \
luarocks \
python \
pkg-config
ENV GOLANG_VERSION 1.10.3