2
0
Fork 0

Upgrade to Alpine 3.14 #4

Zusammengeführt
nickslowinski hat 1 Commit von dev/v8.0 nach release/v8.0 2022-01-07 20:49:15 +01:00 zusammengeführt

Datei anzeigen

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
FROM php:8.0-fpm-alpine3.13
FROM php:8.0-fpm-alpine3.14
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync && \
install-php-extensions zip ssh2 pdo_mysql mysqli