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