Update Dockerfile.mini

Co-authored-by: Nick Jüttner <nick@juni.io>
This commit is contained in:
Thomas Stig Jacobsen 2021-03-30 11:10:32 +02:00 committed by GitHub
parent deb805c8d4
commit f67242e3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.16.2 as builder
FROM golang:1.16 as builder
WORKDIR /sigs.k8s.io/external-dns