Skip to content

Commit f8edd08

Browse files
committed
Add upgrade
1 parent f388275 commit f8edd08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/parallel-processes/Dockerfile.alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ARG REPOSITORY_VERSION
1313

1414
RUN \
1515
apk update \
16+
&& apk upgrade \
1617
&& apk add --no-cache bash unzip \
1718
&& docker-php-ext-install pcntl \
1819
&& composer global require steevanb/php-parallel-processes:${REPOSITORY_VERSION} \

docker/parallel-processes/Dockerfile.buster

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ARG REPOSITORY_VERSION
1313

1414
RUN \
1515
apt-get update \
16+
&& apt-get upgrade -y \
1617
&& apt-get install -y bash unzip \
1718
&& docker-php-ext-install pcntl \
1819
&& composer global require steevanb/php-parallel-processes:${REPOSITORY_VERSION} \

0 commit comments

Comments
 (0)