Skip to content

Commit

Permalink
Pin image and enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jul 29, 2024
1 parent 75fdade commit a00a015
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ updates:
action-packages:
patterns:
- "*"

- package-ecosystem: "docker"
directory: "/container"
schedule:
interval: "daily"
groups:
docker:
patterns:
- "*"
2 changes: 1 addition & 1 deletion container/fia-auth.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.12-slim@sha256:740d94a19218c8dd584b92f804b1158f85b0d241e5215ea26ed2dcade2b9d138

WORKDIR /fia_auth

Expand Down

0 comments on commit a00a015

Please sign in to comment.