Skip to content

Commit

Permalink
updates to use ububntu container
Browse files Browse the repository at this point in the history
  • Loading branch information
gradientsearch committed Jun 13, 2023
1 parent 9ca347b commit 8305cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8305cbf

Please sign in to comment.