Commit 569f44ff authored by Geoff Simmons's avatar Geoff Simmons

Update the base image for the controller.

parent 567fb4c2
......@@ -25,7 +25,7 @@ COPY ./.git/ /go/src/code.uplex.de/uplex-varnish/k8s-ingress/.git/
RUN go generate ./cmd/... && go build ./pkg/... ./cmd/... && \
CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -o k8s-ingress cmd/*.go
FROM alpine:3.13.5
FROM alpine:3.14.2
ENV USER=controller UID=10001
RUN adduser --disabled-password --gecos "viking controller" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment