updated node (#963)

* updated node

* tweak
This commit is contained in:
Deepak Prabhakara 2025-05-29 12:32:14 +01:00 committed by GitHub
parent 9c7d21db57
commit cb6f33684e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 19 deletions

View File

@ -1,4 +1,4 @@
ARG NODEJS_IMAGE=node:20.17-alpine3.19
ARG NODEJS_IMAGE=node:22.16-alpine3.21
FROM --platform=$BUILDPLATFORM $NODEJS_IMAGE AS base
FROM base AS deps
@ -41,6 +41,6 @@ USER nextjs
EXPOSE 4000
ENV PORT=4000
ENV PORT=4000
CMD ["node", "server.js"]

View File

@ -19,26 +19,13 @@ export default function Footer() {
<p className='mt-4 text-sm text-gray-500 sm:ml-4 sm:mt-0 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:pl-4'>
Powered by
<a
href='https://boxyhq.com/'
href='https://ory.sh'
className='ml-1 text-gray-600'
rel='noopener noreferrer'
target='_blank'>
<strong>BoxyHQ</strong>
<strong>Ory</strong>
</a>
</p>
<span className='mt-4 inline-flex justify-center sm:ml-auto sm:mt-0 sm:justify-start'>
<a className='ml-3 text-gray-500'>
<svg
fill='currentColor'
strokeLinecap='round'
strokeLinejoin='round'
strokeWidth={2}
className='h-5 w-5'
viewBox='0 0 24 24'>
<path d='M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z' />
</svg>
</a>
</span>
</div>
</footer>
);

View File

@ -33,8 +33,8 @@ export default function Header() {
</span>
<span>
Made with <span className='text-red-500'>&#9829;</span>{' '}
<a href='https://boxyhq.com/' rel='noopener noreferrer' target='_blank'>
<strong>BoxyHQ</strong>
<a href='https://ory.sh' rel='noopener noreferrer' target='_blank'>
<strong>Ory</strong>
</a>
</span>
</div>