1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

fix git warning

This commit is contained in:
blu3 2025-01-31 19:33:37 +03:00 committed by GitHub
parent cb802bae91
commit 2466fe6ab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM golang:1.23-alpine as builder
FROM golang:1.23-alpine AS builder
RUN apk add --no-cache git gcc musl-dev