4 lines
75 B
Docker
4 lines
75 B
Docker
|
FROM --platform=linux/amd64 golang:1.23-alpine
|
||
|
|
||
|
RUN apk add --no-cache git
|