corrects build container tag
This commit is contained in:
parent
d034398d06
commit
f7e09cd108
@ -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/
|
||||
|
||||
|
Reference in New Issue
Block a user