diff --git a/db-util/Dockerfile b/db-util/Dockerfile index dd91832..7d1d67c 100644 --- a/db-util/Dockerfile +++ b/db-util/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM public.ecr.aws/moonswitch/alpine-fips:latest RUN apk add --no-cache postgresql-client @@ -18,4 +18,4 @@ WORKDIR /postgresql-client USER postgresql-client -ENTRYPOINT ["psql"] \ No newline at end of file +ENTRYPOINT ["psql"]