From fd3feb63f8cf037d975ba68afea73248c75b536c Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sat, 1 Apr 2023 19:32:45 -0400 Subject: [PATCH] Move Containers from Alpine Linux to Ubuntu (#7) * Install Sqlite dependencies * Alpine -> Ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f51774..3eb7c37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3 +FROM ubuntu:22.04 COPY build/birdbot /usr/bin/birdbot