Skip to content

Commit 6b0d4a1

Browse files
author
Robert Kummer
committed
using php 7.2
1 parent a3013a8 commit 6b0d4a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:7.1-alpine
1+
FROM php:7.2-alpine
22

33
LABEL maintainer="ipunkt Business Solutions <[email protected]>" \
44
version.image="v2.0" \
55
version.php=$PHP_VERSION \
66
description="A supervisor configured to run with laravel artisan queue:work or artisan horizon command"
77

8-
ENV PYTHON_VERSION=2.7.12-r0
9-
ENV PY_PIP_VERSION=8.1.2-r0
8+
ENV PYTHON_VERSION=2.7.13-r1
9+
ENV PY_PIP_VERSION=9.0.1-r1
1010
ENV SUPERVISOR_VERSION=3.3.3
1111

1212
ENV QUEUE_CONNECTION=redis

0 commit comments

Comments
 (0)