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