Skip to content

Commit bfe24b4

Browse files
committed
added apk --upgrade
1 parent bcd387c commit bfe24b4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL maintainer="sparklyballs"
99

1010
RUN \
1111
echo "**** install packages ****" && \
12-
apk add --no-cache \
12+
apk add --no-cache --upgrade \
1313
curl \
1414
imagemagick \
1515
lynx \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL maintainer="sparklyballs"
1212

1313
RUN \
1414
echo "**** install packages ****" && \
15-
apk add --no-cache \
15+
apk add --no-cache --upgrade \
1616
curl \
1717
imagemagick \
1818
lynx \
@@ -24,7 +24,7 @@ RUN \
2424
php7-exif \
2525
php7-gd \
2626
php7-imagick \
27-
php7-ldap \
27+
php7-ldap \
2828
php7-mysqli \
2929
php7-mysqlnd \
3030
php7-pear \

Dockerfile.armhf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL maintainer="sparklyballs"
1212

1313
RUN \
1414
echo "**** install packages ****" && \
15-
apk add --no-cache \
15+
apk add --no-cache --upgrade \
1616
curl \
1717
imagemagick \
1818
lynx \
@@ -24,7 +24,7 @@ RUN \
2424
php7-exif \
2525
php7-gd \
2626
php7-imagick \
27-
php7-ldap \
27+
php7-ldap \
2828
php7-mysqli \
2929
php7-mysqlnd \
3030
php7-pear \

0 commit comments

Comments
 (0)