Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Upgrade: Use php:7.4.3-apache-buster as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroamador committed Feb 25, 2020
1 parent c90591b commit d39cab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4.2-apache-buster
FROM php:7.4.3-apache-buster

# Install packages
RUN apt-get update && \
Expand Down

0 comments on commit d39cab1

Please sign in to comment.