Fixing typo in Containerfile

This commit is contained in:
Ben Radey
2025-03-26 12:58:52 -04:00
parent 000bfa856f
commit fab06df98f
+1 -1
View File
@@ -1,4 +1,4 @@
j# ====== Stage 1: Builder image ======
# ====== Stage 1: Builder image ======
FROM fedora:latest AS builder
RUN dnf update -y && dnf install -y git golang