Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/7.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t devwithlando/php:7.0-fpm-6 .

FROM php:7.0-fpm-stretch
FROM php:7.3-fpm-stretch

# Debian Stretch has archived repositories and expired keys
RUN \
Expand Down
Loading