corrects build container tag

This commit is contained in:
Hyatt 2022-01-30 14:11:24 -06:00
parent d034398d06
commit f7e09cd108
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -8,7 +8,7 @@ def dockerFile = """
FROM registry.c.test-chamber-13.lan/library/alpine:latest as certHost
# Build Container
FROM registry.c.test-chamber-13.lan/dockerhub/library/golang:latest AS build
FROM registry.c.test-chamber-13.lan/dockerhub/library/golang:alpine AS build
COPY generic-sidecar-injector/ /go/src/app/