Update CI/CD

This commit is contained in:
George Frederick "Buzz" Beurling
2020-06-21 12:15:32 -04:00
parent 5a019b2c92
commit 4539470537
6 changed files with 19 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
# Set the base image for subsequent instructions
FROM php:7.3
FROM php:7.4
# Update packages
RUN apt-get update