Skip to content

Commit

Permalink
try upgrading to fix aws-amplify/amplify-js#14006
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdonagh committed Nov 18, 2024
1 parent 3feccf8 commit 5ecf37e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ecf37e

Please sign in to comment.