mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
revert docker version for now to remove auth warning
This commit is contained in:
parent
0132307f38
commit
6d5ba21f8d
@ -2,7 +2,7 @@
|
||||
|
||||
FROM golang:1.12 AS development
|
||||
|
||||
RUN curl -s https://download.docker.com/linux/static/stable/x86_64/docker-19.03.4.tgz | \
|
||||
RUN curl -s https://download.docker.com/linux/static/stable/x86_64/docker-18.03.1-ce.tgz | \
|
||||
tar -C /usr/bin --strip-components 1 -xz
|
||||
|
||||
RUN curl -Ls https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl -o /usr/bin/kubectl && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user