Skip to content

Commit

Permalink
Updated PHP base including move to Debian buster.
Browse files Browse the repository at this point in the history
Updated the base to PHP 7.3.13 and switched to using Debian buster.
  • Loading branch information
skoranda committed Jan 20, 2020
1 parent 070aff9 commit a2ebb31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comanage-registry-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM php:7.3.6-apache-stretch
FROM php:7.3.13-apache-buster

# Official PHP image with Apache HTTPD includes
# --with-openssl
Expand All @@ -26,7 +26,6 @@ FROM php:7.3.6-apache-stretch
RUN apt-get update && apt-get install -y \
libldap-2.4-2 \
libldap2-dev \
libmariadbclient18 \
libmariadbclient-dev \
libpq-dev \
libxml2 \
Expand Down

0 comments on commit a2ebb31

Please sign in to comment.