1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/tools/codegen/Dockerfile
2018-02-09 11:11:33 +01:00

4 lines
77 B
Docker

ARG GOVERSION
FROM golang:${GOVERSION}
RUN apk add --update --no-cache bash