Skip to content

Commit

Permalink
new PHP release 7.3 is up to speed with 7.0, so no more need to use t…
Browse files Browse the repository at this point in the history
…he old version
  • Loading branch information
simonrupf committed Feb 23, 2019
1 parent 494b00d commit b42a19b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# we use 7.0 for performance reasons, in TravisCI we launch tests for PHP 5.4, 5.5, 5.6, 7.0, 7.1 & 7.2 compatibility
FROM php:7.0-cli-alpine
FROM php:7.3-cli-alpine

LABEL maintainer="support@privatebin.org"

Expand Down

0 comments on commit b42a19b

Please sign in to comment.