Skip to content

Commit

Permalink
Update php Docker tag to v8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent ed70406 commit fbecadf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:8.1-apache
FROM php:8.3-apache

# Se latest at https://simplesamlphp.org/download/
ENV SIMPLESAMLPHP_VERSION=1.19.6
Expand Down
2 changes: 1 addition & 1 deletion services/uka-webserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-apache
FROM php:8.3-apache

ENV APACHE_DOCUMENT_ROOT /project/uka/web/public

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.3-apache

ENV NODE_VERSION=12.14.0

Expand Down

0 comments on commit fbecadf

Please sign in to comment.