Skip to content

Commit

Permalink
Update Docker image to build with Node 18 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs authored Nov 20, 2023
1 parent b39fd11 commit 7d2178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-slim AS builder
FROM node:18-slim AS builder

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y libxi-dev libglu1-mesa-dev libglew-dev xvfb && \
Expand Down

0 comments on commit 7d2178c

Please sign in to comment.