Merge pull request #3406 from aledbf/update-image

Update nginx and e2e image
This commit is contained in:
k8s-ci-robot 2018-11-12 08:10:36 -08:00 committed by GitHub
commit 97b9bf9558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 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.66
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.69
RUN clean-install \
g++ \
@ -25,9 +25,9 @@ RUN clean-install \
python \
pkg-config
ENV GOLANG_VERSION 1.11
ENV GOLANG_VERSION 1.11.2
ENV GO_ARCH linux-amd64
ENV GOLANG_SHA b3fcf280ff86558e0559e185b601c9eade0fd24c900b4c63cd14d1d38613e499
ENV GOLANG_SHA 1dfe664fa3d8ad714bbd15a36627992effd150ddabd7523931f077b3926d736d
RUN set -eux; \
url="https://golang.org/dl/go${GOLANG_VERSION}.${GO_ARCH}.tar.gz"; \