Skip to content

Commit

Permalink
Chore(env): Composer update (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlepp committed May 10, 2020
1 parent ef1e937 commit e76f148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:1.10.5 AS composer
FROM composer:1.10.6 AS composer
FROM php:7.4.5-fpm

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:1.10.5 AS composer
FROM composer:1.10.6 AS composer
FROM php:7.4.5-fpm

# Let's use bash as a default shell with login each time
Expand Down

0 comments on commit e76f148

Please sign in to comment.