diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM node:14-alpine AS base +FROM node:14.15.4-alpine AS base # Install ffmpeg and build dependencies RUN apk add --no-cache ffmpeg python make g++ |
![]() |
index : muse | |
| 🎧 a self-hosted midwestern Discord music bot that doesn't suck |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 2 |
@@ -1,4 +1,4 @@ -FROM node:14-alpine AS base +FROM node:14.15.4-alpine AS base # Install ffmpeg and build dependencies RUN apk add --no-cache ffmpeg python make g++ |