Skip to content

Commit

Permalink
Update Dockerfile: use node:lts-slim base image
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Feb 6, 2025
1 parent 16a6a79 commit 423d1bf
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,5 +1,5 @@
# https://hub.docker.com/_/node?tab=tags&page=1&name=slim
FROM node:slim
FROM node:lts-slim

RUN apt-get update && \
apt-get install -y gource ffmpeg xvfb
Expand Down

0 comments on commit 423d1bf

Please sign in to comment.