diff --git a/Containerfile b/Containerfile index 5db151f..eef7b43 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,6 @@ -FROM docker.io/golang:alpine AS builder +FROM registry.suse.com/bci/golang:stable AS builder WORKDIR /app ADD . /app -RUN apk update && apk add build-base RUN cd /app && make requirements && make ot-browser FROM registry.suse.com/bci/bci-micro