From 1240fb59ebffc33f6a284850460d956cee8abab5 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Tue, 13 Feb 2024 22:15:20 +0000 Subject: [PATCH] fix: change base image --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index bed220c..2c14ccb 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,4 +1,4 @@ -FROM scratch +FROM ubuntu:22.04 COPY ./coder-xray /coder-xray