Skip to content

Commit 801a2cd

Browse files
authored
Use Python 3.9
Python 3.9 was released on October 5th, 2020. https://docs.python.org/3.9/whatsnew/3.9.html FROM python:3.9.0-alpine3.12
1 parent 4dbac87 commit 801a2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM composer:1.10.13 AS php-composer
55

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

1010
# copy composer from the first stage

0 commit comments

Comments
 (0)