From 1edcc64f90581b9b417d77e5324ea618f868a36f Mon Sep 17 00:00:00 2001 From: Dan Loewenherz Date: Wed, 17 Oct 2018 20:50:15 -0500 Subject: update phusion base image to v0.11 See https://github.com/phusion/baseimage-docker/releases/tag/0.11 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 166ecc4..8dd5930 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # phusion -FROM phusion/baseimage:0.9.22 +FROM phusion/baseimage:0.11 # Use baseimage-docker's init system. CMD ["/sbin/my_init"] @@ -19,4 +19,4 @@ RUN apt-get update && apt-get install -y build-essential gcc-arm-none-eabi && \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Run shell -CMD ["/bin/bash"] \ No newline at end of file +CMD ["/bin/bash"] -- cgit v1.2.1