Skip to content

Commit

Permalink
python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianoPizarro committed Sep 26, 2023
1 parent bfbe0e5 commit 4500317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitpod/workspace-python

RUN pyenv install 3.8.5 \
&& pyenv global 3.8.5
RUN pyenv install 3.9 \
&& pyenv global 3.9
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.5
FROM python:3.9
LABEL maintainer="[email protected]"
RUN mkdir -p /usr/lib/ckan/default
ADD . /usr/lib/
Expand Down

0 comments on commit 4500317

Please sign in to comment.