Skip to content

Commit

Permalink
Use alpine-fips as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-french committed Apr 1, 2024
1 parent 7ec6651 commit c948403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db-util/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM public.ecr.aws/moonswitch/alpine-fips:latest

RUN apk add --no-cache postgresql-client

Expand All @@ -18,4 +18,4 @@ WORKDIR /postgresql-client

USER postgresql-client

ENTRYPOINT ["psql"]
ENTRYPOINT ["psql"]

0 comments on commit c948403

Please sign in to comment.