fucking caching
This commit is contained in:
@@ -4,7 +4,6 @@ COPY . .
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o go-parser main.go
|
||||
|
||||
# FROM golang:alpine3.22
|
||||
FROM alpine3.22
|
||||
RUN echo "fuckt his"
|
||||
FROM alpine:3.22.2
|
||||
COPY --from=builder /app/go-parser /go-parser
|
||||
ENTRYPOINT [ "/go-parser" ]
|
||||
Reference in New Issue
Block a user