Skip to content

Commit

Permalink
Updating python version
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Jul 7, 2021
1 parent 05159e6 commit dc8d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/s2i/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IMAGE_VERSION := $(shell cat ../../../version.txt)
SHELL:=/bin/bash

PYTHON_VERSION=3.7
PYTHON_VERSION=3.7.10
CONDA_VERSION=4.7.12
IMAGE_PYTHON_VERSION=`echo -n $(PYTHON_VERSION) | sed 's/\.//g'`
DEFAULT_IMAGE_PYTHON_VERSION=`echo -n $(PYTHON_VERSION) | cut -d. -f1`
Expand Down

0 comments on commit dc8d9a5

Please sign in to comment.