Skip to content

Commit

Permalink
Update Alpine in CI to v3.12
Browse files Browse the repository at this point in the history
Update the software used to run tests in CI. This _may_ help with
#2249.
  • Loading branch information
robertknight committed Jun 22, 2020
1 parent eccd910 commit 4ec0e4c
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
Expand Up @@ -3,7 +3,7 @@
# upgrade everything by simply updating the Alpine version.
#
# Alpine is updated every 6 months so all packages are pretty recent.
FROM alpine:3.10
FROM alpine:3.12

RUN apk update && apk add --no-cache \
chromium \
Expand Down

0 comments on commit 4ec0e4c

Please sign in to comment.