From fc7d6f2a670013ea1ac0773bd05be267625d0850 Mon Sep 17 00:00:00 2001 From: Layla Date: Sun, 2 Apr 2023 23:16:20 -0400 Subject: [PATCH] Move to Golang specific container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fe588a..6077e5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM golang:1.20-bullseye RUN apt update -y