Commit 8c123c13 authored by Geoff Simmons's avatar Geoff Simmons

Update the controller base container to alpine 3.13.5.

parent 62f7b68a
......@@ -21,7 +21,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.1
FROM alpine:3.13.5
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