Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Bump Alpine version in video recorder to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jul 5, 2020
1 parent 616bb00 commit 0ee4ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selenium/video/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12

RUN apk add -U alpine-sdk && adduser -g "" -D -G abuild selenoid
USER selenoid
Expand All @@ -11,7 +11,7 @@ RUN cd /home/selenoid/aports/community/ffmpeg/ && \
abuild build
USER root

FROM alpine:3.10
FROM alpine:3.12

RUN apk add -U x264-libs sdl2 libxcb libbz2 xset && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 0ee4ca5

Please sign in to comment.