Temporarily downgrade our Docker base image to trigger dependabot.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2020-08-10 11:44:47 -05:00
parent 3583f7a09f
commit 5394008d6f

View File

@ -1,4 +1,4 @@
FROM golang:1.14-alpine as build-env
FROM golang:1.14.6-alpine as build-env
# It is important that these ARG's are defined after the FROM statement
ARG ACCESS_TOKEN_USR="nothing"