Skip to content

Commit 3df28ac

Browse files
committed
Switch docker base image
1 parent 3b1541f commit 3df28ac

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 stage for UI
2-
FROM nikolaik/python-nodejs:python3.11-nodejs16 AS ui-builder
2+
FROM node:18-slim AS ui-builder
33
WORKDIR /app/cloudproxy-ui
44

55
# Copy only package files first to leverage cache

0 commit comments

Comments
 (0)