Skip to content

Commit 981c3a3

Browse files
authored
Merge pull request #61 from LockedThread/dependabot/docker/development/alpine/git-2.52.0
Bump alpine/git from 2.49.0 to 2.52.0
2 parents b07f705 + 8f72e45 commit 981c3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ENV PATH="/usr/local/bin:${PATH}"
103103
RUN python3 -m pip install --upgrade pip
104104

105105
# Use git to clone gtsam and specific GTSAM version
106-
FROM alpine/git:2.49.0 as gtsam-clone
106+
FROM alpine/git:2.52.0 as gtsam-clone
107107

108108
ARG GTSAM_VERSION=4.2.0
109109
WORKDIR /usr/src/

0 commit comments

Comments
 (0)