Skip to content

Commit

Permalink
use ubuntu:14.04.2 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
caktux committed Mar 14, 2015
1 parent 2bb313b commit 88d2f4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp-ethereum-base/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:14.04.2

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion ethereumj-base/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:14.04.2

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion go-ethereum-base/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:14.04.2

# Export GOPATH
ENV GOPATH /root/go
Expand Down
2 changes: 1 addition & 1 deletion pyethereum-base/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:14.04.2

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
Expand Down

0 comments on commit 88d2f4d

Please sign in to comment.