Skip to content

Commit 6f81a21

Browse files
committed
now uses the LTS version of node
1 parent 5553acc commit 6f81a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####################################################################################################
22
# OFFICE2PDF
33
####################################################################################################
4-
FROM --platform=$TARGETPLATFORM node:21-alpine AS office2pdf
4+
FROM --platform=$TARGETPLATFORM node:lts-alpine AS office2pdf
55

66
ENV PORT=3000
77
ENV NODE_ENV=production

0 commit comments

Comments
 (0)