Skip to content

Commit

Permalink
Fix Docker php image build issue. See docker-library/php#1130.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Jul 6, 2021
1 parent be90625 commit 0708ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
@@ -1,4 +1,4 @@
FROM php:7.4-fpm-alpine
FROM php:7.4-fpm-alpine3.13

RUN apk update

Expand Down

0 comments on commit 0708ba2

Please sign in to comment.