golang-vendor-private/Dockerfile
pips dae896d659
All checks were successful
ci/woodpecker/manual/build Pipeline was successful
Initial commit
2025-07-30 21:29:53 +02:00

5 lines
85 B
Docker

FROM golang:1.24
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]