Skip to content

Commit 61ec49c

Browse files
committed
Base the CI builder image on Ubuntu
Since Ubuntu comes with docker...
1 parent 40309c0 commit 61ec49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-builder-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable
1+
FROM ubuntu:yakkety
22

33
RUN apt-get update \
44
&& apt-get install -y \

0 commit comments

Comments
 (0)