File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ See the example at [libreoffice-lambda-base-image](https://github.com/shelfio/li
2424Example:
2525
2626``` Dockerfile
27- FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.4-node16 -x86_64
27+ FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.6-node18 -x86_64
2828
2929COPY ./ ${LAMBDA_TASK_ROOT}/
3030
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const DEFAULT_ARGS = [
1414 '--nologo' ,
1515 '--norestore' ,
1616] ;
17- const LO_BINARY_PATH = 'libreoffice7.4 ' ;
17+ const LO_BINARY_PATH = 'libreoffice7.6 ' ;
1818
1919export async function convertTo ( filename : string , format : string ) : Promise < string > {
2020 await cleanupTempFiles ( ) ;
Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.4-node16 -x86_64
1+ FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.6-node18 -x86_64
22
33COPY . ${LAMBDA_TASK_ROOT}/
44CMD [ "test.handler" ]
You can’t perform that action at this time.
0 commit comments