Bump packages for shared Alpine 3.8 images
This commit is contained in:
parent
29cad671dc
commit
4c47c49eab
@ -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
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user