Update dependency framer-motion to v11.11.1 - abandoned #52

Closed
renovate-bot wants to merge 41 commits from renovate/framer-motion-11.x-lockfile into master
Showing only changes of commit 4623e7ee79 - Show all commits

@ -50,9 +50,6 @@ RUN apk add --no-cache cairo pango libjpeg-turbo giflib
ARG GIT_REV
ENV GIT_REV=${GIT_REV}
# Debug to check .next output
RUN ls -al /app/apps/frontend/.next/standalone
# Don't run production as root
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs