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

chore: update go version

This commit is contained in:
Zack Scholl 2025-03-02 08:25:17 -08:00
parent aee467dd60
commit ad96d4081f
5 changed files with 10 additions and 10 deletions

View file

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