Skip to content

Commit

Permalink
fix: Changed docker image version to fix ffmpeg installation & npm up…
Browse files Browse the repository at this point in the history
…grade issue
  • Loading branch information
zhiyan114 committed Oct 11, 2023
1 parent 5349b4d commit cc8a92c
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 @@
# Add the node 18.x on ubuntu
FROM node:18.3.0-bullseye-slim
FROM node:18.18.0-buster-slim

# Setup the environment?
WORKDIR /source/
Expand Down

0 comments on commit cc8a92c

Please sign in to comment.