Bump Alpine 3.11 to 3.11.6

This commit is contained in:
Disassembler 2020-06-21 08:26:58 +02:00
parent 87429cda34
commit 3659f3d1ed
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
11 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
IMAGE mariadb_10.4.12-200403 IMAGE mariadb_10.4.12-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
# Create OS user (which will be picked up later by apk add) # Create OS user (which will be picked up later by apk add)

View File

@ -1,5 +1,5 @@
IMAGE postgres_12.2.0-200403 IMAGE postgres_12.2.0-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
# Create OS user (which will be picked up later by apk add) # Create OS user (which will be picked up later by apk add)

View File

@ -1,5 +1,5 @@
IMAGE rabbitmq_3.7.18-200403 IMAGE rabbitmq_3.7.18-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
# Create OS user (which will be picked up later by apk add) # Create OS user (which will be picked up later by apk add)

View File

@ -1,5 +1,5 @@
IMAGE redis_5.0.7-200403 IMAGE redis_5.0.7-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
# Create OS user (which will be picked up later by apk add) # Create OS user (which will be picked up later by apk add)

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-java8_8.242.08-200403 IMAGE alpine3.11-java8_8.242.08-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
apk --no-cache add openjdk8-jre-base apk --no-cache add openjdk8-jre-base

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-php7.3_7.3.16-200403 IMAGE alpine3.11-php7.3_7.3.16-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session apk --no-cache add nginx php7 php7-ctype php7-fpm php7-gd php7-json php7-mbstring php7-mcrypt php7-opcache php7-session

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-python2.7_2.7.16-200403 IMAGE alpine3.11-python2.7_2.7.16-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
apk --no-cache add python2 apk --no-cache add python2

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-python3.8_3.8.2-200403 IMAGE alpine3.11-python3.8_3.8.2-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
apk --no-cache add python3 apk --no-cache add python3

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-ruby2.4_2.4.9-200403 IMAGE alpine3.11-ruby2.4_2.4.9-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
# Install Ruby runtime dependencies # Install Ruby runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE alpine3.11-ruby2.6_2.6.5-200403 IMAGE alpine3.11-ruby2.6_2.6.5-200403
FROM alpine3.11_3.11.5-200403 FROM alpine3.11_3.11.6-200621
RUN EOF RUN EOF
# Install Ruby runtime dependencies # Install Ruby runtime dependencies

View File

@ -1,6 +1,6 @@
IMAGE alpine3.11_3.11.5-200403 IMAGE alpine3.11_3.11.6-200621
COPY https://github.com/alpinelinux/docker-alpine/raw/v3.11/x86_64/alpine-minirootfs-3.11.5-x86_64.tar.gz COPY https://github.com/alpinelinux/docker-alpine/raw/v3.11/x86_64/alpine-minirootfs-3.11.6-x86_64.tar.gz
RUN EOF RUN EOF
# Update packages # Update packages