Update nginx image and Go to 1.12.4 (#4010)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-04-17 22:45:51 -04:00 committed by GitHub
parent 0953b3d22e
commit 7283a01b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 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.84
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.85
RUN clean-install \
g++ \
@ -25,9 +25,9 @@ RUN clean-install \
python \
pkg-config
ENV GOLANG_VERSION 1.12.1
ENV GOLANG_VERSION 1.12.4
ENV GO_ARCH linux-amd64
ENV GOLANG_SHA 2a3fdabf665496a0db5f41ec6af7a9b15a49fbe71a85a50ca38b1f13a103aeec
ENV GOLANG_SHA d7d1f1f88ddfe55840712dc1747f37a790cbcaa448f6c9cf51bbe10aa65442f5
RUN set -eux; \
url="https://golang.org/dl/go${GOLANG_VERSION}.${GO_ARCH}.tar.gz"; \