Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit dcb59a1

Browse files
authored
[HOTFIX]: Update Docker Image to Use Node 18.16.0 (#813)
1 parent 2f7b2b9 commit dcb59a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the Typescript app
2-
FROM node:14.20.1-alpine3.16 as ts-compiler
2+
FROM node:18.16.0-alpine as ts-compiler
33
WORKDIR /home/docsworker-xlarge
44
COPY config config/
55
COPY package*.json ./

0 commit comments

Comments
 (0)