Move to Golang specific container (#9)

This commit is contained in:
Layla 2023-04-02 23:16:36 -04:00 committed by GitHub
parent 012bb4ebb0
commit aaeac5bbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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