mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
4 lines
77 B
Docker
4 lines
77 B
Docker
ARG GOVERSION
|
|
FROM golang:${GOVERSION}
|
|
|
|
RUN apk add --update --no-cache bash
|