Skip to content

Commit 8704715

Browse files
committed
Pin pmm version to 0.8.0
1 parent b8ef02e commit 8704715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.python

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM tinybases/${BASE} AS tinybases-python
55
ARG VERSION
66
RUN cd /home \
77
&& pmm_remote=https://github.com/molinav/poorman-manager/archive/refs \
8-
&& pmm_remote_pointer=heads \
9-
&& pmm_remote_version=master \
8+
&& pmm_remote_pointer=tags \
9+
&& pmm_remote_version=v0.8.0 \
1010
&& wget ${pmm_remote}/${pmm_remote_pointer}/${pmm_remote_version}.tar.gz \
1111
&& tar -xf ${pmm_remote_version}.tar.gz --strip 1 \
1212
&& rm -f ${pmm_remote_version}.tar.gz \

0 commit comments

Comments
 (0)