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

bump version and fix installer

This commit is contained in:
Zack 2024-02-06 15:51:07 -08:00
parent ba75f7badb
commit f41a2afead
4 changed files with 27 additions and 27 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.22-alpine as builder
RUN apk add --no-cache git gcc musl-dev
WORKDIR /go/croc
COPY . .