Skip to content

Commit

Permalink
Merge pull request #11 from JosiahSiegel/update-image
Browse files Browse the repository at this point in the history
change docker image
  • Loading branch information
JosiahSiegel authored Mar 19, 2024
2 parents 50bf152 + a876678 commit 4dd30d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:jammy
RUN apt-get update && apt-get upgrade -y
RUN apt-get install git gh make parallel jq -y
FROM debian:stable-slim
RUN apt update
RUN apt install git gh make parallel jq -y

RUN git clone https://github.com/JosiahSiegel/git-secrets.git
RUN make -C /git-secrets install
Expand Down

0 comments on commit 4dd30d1

Please sign in to comment.