From 8305cbf241fb7d245d6447fe8654a9c77f9cf7a1 Mon Sep 17 00:00:00 2001 From: Stephen O'Dwyer <67125983+angrieralien@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:16:53 -0400 Subject: [PATCH] updates to use ububntu container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fc97740..890fd4be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY main.go . RUN go build -o audito-maldito # Not using distroless nor scratch because we need the systemd shared libraries -FROM alpine:3.17.3 +FROM ubuntu:22.04 # NOTE(jaosorior): Yes, we need to be the root user for this case. # We need access to the journal's privileged log entries and the audit log in the future. USER 0