this one is embarassing ngl

This commit is contained in:
2025-11-09 14:34:34 -05:00
parent 37a201cc57
commit 1ee1e177c9

View File

@@ -1,5 +1,6 @@
# FROM registry.jakeyoungdev.com/go/alpine:1.25.3 AS builder # FROM registry.jakeyoungdev.com/go/alpine:1.25.3 AS builder
FROM golang:alpine3.22 AS builder FROM golang:alpine3.22 AS builder
COPY . .
RUN go mod download && \ RUN go mod download && \
go build -o parser main.go go build -o parser main.go