Skip to content

Commit e555f61

Browse files
authored
Fix Docker error due to version drift (TraceMachina#1882)
`E: Version '1:2.34.1-1ubuntu1.14' for 'git' was not found`
1 parent c948474 commit e555f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment-examples/docker-compose/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update \
3838
DEBIAN_FRONTEND=noninteractive \
3939
apt-get install --no-install-recommends -y \
4040
npm=8.5.1~ds-1 \
41-
git=1:2.34.1-1ubuntu1.14 \
41+
git=1:2.34.1-1ubuntu1.15 \
4242
gcc=4:11.2.0-1ubuntu1 \
4343
g++=4:11.2.0-1ubuntu1 \
4444
python3=3.10.6-1~22.04.1 \

0 commit comments

Comments
 (0)