enbas/.forgejo/actions/tests/Dockerfile

7 lines
118 B
Docker
Raw Normal View History

2024-08-17 17:21:28 +01:00
# syntax=docker/dockerfile:1
2024-08-17 17:56:12 +01:00
FROM golang:1.23.0
2024-08-17 17:21:28 +01:00
2024-08-17 17:56:12 +01:00
RUN go install github.com/magefile/mage@v1.15.0
2024-08-17 17:21:28 +01:00
ENTRYPOINT ["mage"]