Skip to content

Commit

Permalink
#122: Upgrade Silta PHP to the 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tormi committed Mar 13, 2021
1 parent d1953cd commit 797ab41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion silta/php.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile for the PHP container.
FROM eu.gcr.io/silta-images/php:7.3-fpm-v0.1
FROM eu.gcr.io/silta-images/php:7.4-fpm-v0.1

COPY --chown=www-data:www-data . /app

2 changes: 1 addition & 1 deletion silta/shell.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dockerfile for the Shell container.
FROM eu.gcr.io/silta-images/shell:php7.3-v0.1
FROM eu.gcr.io/silta-images/shell:php7.4-v0.1

COPY --chown=www-data:www-data . /app

0 comments on commit 797ab41

Please sign in to comment.