gobuilder/Dockerfile

9 lines
211 B
Docker
Raw Normal View History

# Copyright (c) 2022-2024 Bryan Joshua Pedini
2022-03-27 14:17:47 +02:00
# License: MIT ยท see LICENSE file for more details
ARG GO_VERSION "$GO_VERSION"
FROM golang:${GO_VERSION}
RUN apk add --no-cache git; \
rm -rf /var/cache/apk