Skip to content

Commit 650d15a

Browse files
committed
Always upgrade apk
1 parent f435622 commit 650d15a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

7.3/dev.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ USER root
1010
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
1111

1212
RUN set -ex \
13+
&& apk upgrade --no-cache \
1314
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
1415
&& apk --no-cache add \
1516
git \

7.4/dev.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ USER root
1010
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
1111

1212
RUN set -ex \
13+
&& apk upgrade --no-cache \
1314
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
1415
&& apk --no-cache add \
1516
git \

8.0/dev.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ USER root
1010
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
1111

1212
RUN set -ex \
13+
&& apk upgrade --no-cache \
1314
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
1415
&& apk --no-cache add \
1516
git \

8.1-rc/dev.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ USER root
1010
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
1111

1212
RUN set -ex \
13+
&& apk upgrade --no-cache \
1314
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
1415
&& apk --no-cache add \
1516
git \

0 commit comments

Comments
 (0)