Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 25, 2024
1 parent e74a777 commit 5599940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:24.04

RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install --no-install-recommends -y git=1:2.43.0-1ubuntu7.1 && rm -rf /var/lib/apt/lists/*

USER 1000
WORKDIR /home/ubuntu

0 comments on commit 5599940

Please sign in to comment.