Merge pull request #144 from JohnHammond/snyk-fix-009014470aee11281bd79a998d7a82e5

[Snyk] Security upgrade php from 7.1-fpm to 7.3.33-fpm-buster
master
John Hammond 2022-03-29 00:33:39 -04:00 committed by GitHub
commit 68e35ad8f7
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,4 +1,4 @@
FROM php:7.1-fpm
FROM php:7.3.33-fpm-buster
MAINTAINER louisbl <louisbl@beltramo.me>
RUN apt-get update && apt-get install -y \