Skip to content

Commit 633eb97

Browse files
author
Lenhard Reuter
committed
Update containerfile learners version
1 parent d560411 commit 633eb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN useradd --create-home --home-dir /opt/learners learners
44
USER learners
55

66
ENV PATH=${PATH}:/opt/learners/.local/bin
7-
ENV LEARNERS_VERSION=${LEARNERS_VERSION:-0.6.0}
7+
ENV LEARNERS_VERSION=${LEARNERS_VERSION:-0.6.1}
88
ENV LEARNERS_BRANCH=${LEARNERS_BRANCH}
99

1010
RUN python -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)