Skip to content

Commit

Permalink
Merge pull request #174 from ministryofjustice/feature/bump-debian-ve…
Browse files Browse the repository at this point in the history
…rsion

Updated debian version for static analysis, removed python version pin
  • Loading branch information
dms1981 authored Jan 11, 2023
2 parents 458cb73 + a792de1 commit 15729e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-static-analysis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.18-buster
FROM golang:1.18-bullseye

#Install Checkov
RUN apt-get update && apt-get install -y \
python3.7 \
python3 \
python3-pip \
git \
jq \
Expand Down

0 comments on commit 15729e2

Please sign in to comment.