Move to Golang specific container

This commit is contained in:
Layla 2023-04-02 23:16:20 -04:00
parent 012bb4ebb0
commit fc7d6f2a67

View File

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