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

Merge pull request #882 from blu3berryys/main

Fix a github warning
This commit is contained in:
Zack 2025-01-31 09:25:06 -08:00 committed by GitHub
commit 4a391750d9
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