Skip to content

Commit

Permalink
Update php Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 15, 2021
1 parent e76bf29 commit 2c34058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/simplesamlphp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.0-apache

ENV SIMPLESAMLPHP_VERSION=1.18.3
ENV SIMPLESAMLPHP_SHA256=c6cacf821ae689de6547092c5d0c854e787bfcda716096b1ecf39ad3b3882500
Expand Down
2 changes: 1 addition & 1 deletion services/web-1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Our code is currently not compatible with PHP 7.
FROM php:5.6-apache
FROM php:8.0-apache

ENV NODE_VERSION=12.14.0

Expand Down

0 comments on commit 2c34058

Please sign in to comment.