Skip to content

Commit 4be3e1f

Browse files
authored
Use the latest composer and Python images
1 parent 405bd23 commit 4be3e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# elecena.pl (c) 2015-2020
22

33
# @see https://hub.docker.com/_/composer
4-
FROM composer:1.10.5 AS php-composer
4+
FROM composer:1.10.13 AS php-composer
55

66
# @see https://hub.docker.com/_/python/
7-
FROM python:3.8-alpine3.10
7+
FROM python:3.8.6-alpine
88
RUN pip install virtualenv && rm -rf /root/.cache
99

1010
# copy composer from the first stage

0 commit comments

Comments
 (0)