We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ed8d23 + 98c03f0 commit 1a3203bCopy full SHA for 1a3203b
1 file changed
Dockerfile
@@ -69,7 +69,7 @@ ENV PATH="/usr/local/bin:${PATH}"
69
RUN python3 -m pip install --upgrade pip
70
71
# Use git to clone gtsam and specific GTSAM version
72
-FROM alpine/git:2.47.2 as gtsam-clone
+FROM alpine/git:2.49.0 as gtsam-clone
73
74
ARG GTSAM_VERSION=4.2.0
75
WORKDIR /usr/src/
0 commit comments