diff --git a/package.json b/package.json index abaec06..fa5e5ae 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "algoliasearch": "^4.22.1", "astro": "^4.16.3", "astro-aws-amplify": "^0.1.0", - "aws-amplify": "^6.0.24", + "aws-amplify": "^6.8.1", "contentful": "^10.6.21", "framer-motion": "^11.0.20", "instantsearch.js": "^4.66.0", diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 62fc950..d7e9275 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -19,8 +19,6 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y \ wget RUN npm install -g @aws-amplify/cli -RUN CI=1 amplify version -RUN false COPY . /berklee-open WORKDIR /berklee-open