Pin Alpine to 3.13

See https://github.com/alpinelinux/docker-alpine/issues/146
This commit is contained in:
Christopher Charbonneau Wells 2021-07-13 21:18:54 -07:00 committed by GitHub
parent feb6cce3a4
commit 2308b80cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG MEDIA_LIBRARY_DEPS="jpegoptim optipng pngquant gifsicle"
FROM php:8.0-fpm-alpine
FROM php:8.0-fpm-alpine3.13
ARG MEDIA_LIBRARY_DEPS
RUN apk add --no-cache --virtual \