tangled
alpha
login
or
join now
edavis.dev
/
recordcollector
18
fork
atom
this repo has no description
18
fork
atom
overview
issues
2
pulls
pipelines
build: update Go
Eric Davis
1 month ago
9ba87717
28ec30b9
+1
-1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
-1
Dockerfile
···
1
1
-
FROM golang:1.23 AS builder
1
1
+
FROM golang:1.24 AS builder
2
2
RUN apt-get update && apt-get install -y \
3
3
gcc \
4
4
libc6-dev \