summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Loewenherz <dlo@users.noreply.github.com>2018-10-17 20:50:15 -0500
committerGitHub <noreply@github.com>2018-10-17 20:50:15 -0500
commit1edcc64f90581b9b417d77e5324ea618f868a36f (patch)
tree4cdacd14bd10e71d9333370227b0dabbbf7c7d8d
parent74474ab0c25b9efa52b2e27861d28a1ccf5f6c45 (diff)
downloadlaunchpad-polymaker-1edcc64f90581b9b417d77e5324ea618f868a36f.tar.gz
launchpad-polymaker-1edcc64f90581b9b417d77e5324ea618f868a36f.zip
update phusion base image to v0.11
See https://github.com/phusion/baseimage-docker/releases/tag/0.11
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 166ecc4..8dd5930 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
1# phusion 1# phusion
2FROM phusion/baseimage:0.9.22 2FROM phusion/baseimage:0.11
3 3
4# Use baseimage-docker's init system. 4# Use baseimage-docker's init system.
5CMD ["/sbin/my_init"] 5CMD ["/sbin/my_init"]
@@ -19,4 +19,4 @@ RUN apt-get update && apt-get install -y build-essential gcc-arm-none-eabi && \
19 apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* 19 apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
20 20
21# Run shell 21# Run shell
22CMD ["/bin/bash"] \ No newline at end of file 22CMD ["/bin/bash"]