Bump packages for shared Alpine 3.8 images

This commit is contained in:
Disassembler 2020-03-13 17:12:24 +01:00
parent 29cad671dc
commit 4c47c49eab
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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