Skip to content

Commit 1a3203b

Browse files
authored
Merge pull request #48 from LockedThread/dependabot/docker/development/alpine/git-2.49.0
Bump alpine/git from 2.47.2 to 2.49.0
2 parents 7ed8d23 + 98c03f0 commit 1a3203b

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
@@ -69,7 +69,7 @@ ENV PATH="/usr/local/bin:${PATH}"
6969
RUN python3 -m pip install --upgrade pip
7070

7171
# Use git to clone gtsam and specific GTSAM version
72-
FROM alpine/git:2.47.2 as gtsam-clone
72+
FROM alpine/git:2.49.0 as gtsam-clone
7373

7474
ARG GTSAM_VERSION=4.2.0
7575
WORKDIR /usr/src/

0 commit comments

Comments
 (0)