Skip to content

Commit

Permalink
upgrading base image to alpine:3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cremuzzi committed Feb 6, 2022
1 parent 3dd5d42 commit 187cb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15

LABEL maintainer="Carlos Remuzzi <carlosremuzzi@gmail.com>"
LABEL org.label-schema.description="Dockerization of mpv.io"
Expand All @@ -12,8 +12,8 @@ RUN apk add --no-cache \
mesa-dri-intel \
mpv \
pulseaudio \
ttf-dejavu \
python3 \
ttf-dejavu \
&& ln -s python3 /usr/bin/python \
&& wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl \
&& chmod a+rx /usr/local/bin/youtube-dl \
Expand Down

0 comments on commit 187cb6e

Please sign in to comment.