Move to Golang specific container (#9)

This commit is contained in:
2023-04-02 23:16:36 -04:00
committed by GitHub
parent 012bb4ebb0
commit aaeac5bbfe

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM golang:1.20-bullseye
RUN apt update -y