this one is embarassing ngl
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user