From f8ee085639baed5db84ee9627bbb212e5b3cc6fb Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Thu, 16 Nov 2023 23:07:46 +0000 Subject: [PATCH] Update Docker base image --- ubuntu.Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu.Containerfile b/ubuntu.Containerfile index f1d6fdc..7875027 100644 --- a/ubuntu.Containerfile +++ b/ubuntu.Containerfile @@ -1,3 +1,3 @@ -FROM node:18-bullseye +FROM docker.io/node:18-bullseye RUN apt-get -y update && \ apt-get -y install sudo