Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 824ee0b

Browse files
author
Julien Neuhart
authored
fixing Gd not installed
1 parent bf7c052 commit 824ee0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.docker/docker-compose-toolbox.blueprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55

66

77
toolbox:
8-
image: gulnap/kickoff-docker-php-images:toolbox-3.6-rc1
8+
image: gulnap/kickoff-docker-php-images:toolbox-3.6-rc2
99
container_name: {{ .EnvFiles.Kickoff.ENV }}-{{ .Values.Kickoff.project.name }}-toolbox
1010
restart: "no"
1111
networks:

.docker/php-fpm/Dockerfile.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gulnap/kickoff-docker-php-images:php-fpm-7.1.8-rc1
1+
FROM gulnap/kickoff-docker-php-images:php-fpm-7.1.8-rc2
22

33
# |--------------------------------------------------------------------------
44
# | PHP extension for Redis

0 commit comments

Comments
 (0)