Skip to content

Commit 98c03f0

Browse files
Bump alpine/git from 2.47.2 to 2.49.0
Bumps alpine/git from 2.47.2 to 2.49.0. --- updated-dependencies: - dependency-name: alpine/git dependency-version: 2.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69b7858 commit 98c03f0

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

5151
# Use git to clone gtsam and specific GTSAM version
52-
FROM alpine/git:2.47.2 as gtsam-clone
52+
FROM alpine/git:2.49.0 as gtsam-clone
5353

5454
ARG GTSAM_VERSION=4.2.0
5555
WORKDIR /usr/src/

0 commit comments

Comments
 (0)