diff --git a/lxc-shared/alpine3.8-php5.6/lxcfile b/lxc-shared/alpine3.8-php5.6/image similarity index 72% rename from lxc-shared/alpine3.8-php5.6/lxcfile rename to lxc-shared/alpine3.8-php5.6/image index 7a260ea..f384e83 100644 --- a/lxc-shared/alpine3.8-php5.6/lxcfile +++ b/lxc-shared/alpine3.8-php5.6/image @@ -1,5 +1,5 @@ -IMAGE alpine3.8-php5.6_5.6.40-190620 -FROM alpine3.8_3.8.4-190620 +IMAGE alpine3.8-php5.6_5.6.40-200313 +FROM alpine3.8_3.8.5-200313 RUN EOF apk --no-cache add nginx php5 php5-ctype php5-fpm php5-gd php5-json php5-mcrypt php5-opcache diff --git a/lxc-shared/alpine3.8-ruby2.4/lxcfile b/lxc-shared/alpine3.8-ruby2.4/image similarity index 86% rename from lxc-shared/alpine3.8-ruby2.4/lxcfile rename to lxc-shared/alpine3.8-ruby2.4/image index 092737a..535b50f 100644 --- a/lxc-shared/alpine3.8-ruby2.4/lxcfile +++ b/lxc-shared/alpine3.8-ruby2.4/image @@ -1,5 +1,5 @@ -IMAGE alpine3.8-ruby2.4_2.4.5-190620 -FROM alpine3.8_3.8.4-190620 +IMAGE alpine3.8-ruby2.4_2.4.9-200313 +FROM alpine3.8_3.8.5-200313 RUN EOF # Install Ruby runtime dependencies @@ -10,7 +10,7 @@ RUN EOF # Download and unpack Ruby mkdir -p /usr/src/ruby - wget http://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.5.tar.xz -O - | tar xJf - -C /usr/src/ruby --strip-components=1 + wget http://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.9.tar.xz -O - | tar xJf - -C /usr/src/ruby --strip-components=1 # Compile and install Ruby cd /usr/src/ruby diff --git a/lxc-shared/alpine3.8/lxcfile b/lxc-shared/alpine3.8/image similarity index 92% rename from lxc-shared/alpine3.8/lxcfile rename to lxc-shared/alpine3.8/image index 4f5ecb9..9c35478 100644 --- a/lxc-shared/alpine3.8/lxcfile +++ b/lxc-shared/alpine3.8/image @@ -1,4 +1,4 @@ -IMAGE alpine3.8_3.8.4-190620 +IMAGE alpine3.8_3.8.5-200313 COPY https://github.com/gliderlabs/docker-alpine/raw/rootfs/library-3.8/x86_64/versions/library-3.8/x86_64/rootfs.tar.xz