Skip to content

Commit aa12ffb

Browse files
authored
Merge pull request #10 from makerdao/TECH-2963
TECH-2963 - Bumping Python to 3.9
2 parents 20b951d + e776272 commit aa12ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.9
22

33
RUN groupadd -r maker && useradd --no-log-init -r -g maker maker
44

@@ -13,4 +13,4 @@ RUN pip3 install virtualenv
1313
RUN ./install.sh
1414
WORKDIR /opt/maker/maker-keeper/bin
1515

16-
USER maker
16+
USER maker

0 commit comments

Comments
 (0)