Commit 7df210be authored by Geoff Simmons's avatar Geoff Simmons

Update the controller base image.

parent 63036e70
......@@ -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 vikingctrl cmd/*.go
FROM alpine:3.14.2
FROM alpine:3.18.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