Skip to content

Commit

Permalink
feat: source from ghcr (#176)
Browse files Browse the repository at this point in the history
In an effort to improve our security posture, reference hardened image.

## Changes

- Changed FROM value in the Dockerfile to pull from hardened ghcr
images.

Co-authored-by: Grant Duncklee <[email protected]>
Co-authored-by: jcadam14 <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2024
1 parent ce2103d commit 121e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM ghcr.io/cfpb/regtech/sbl/python-alpine:3.12

WORKDIR /usr/app

Expand Down

0 comments on commit 121e395

Please sign in to comment.