Skip to content

Commit

Permalink
Merge pull request #940 from macbre/chromium-90
Browse files Browse the repository at this point in the history
Docker now uses Chromium 90
  • Loading branch information
macbre committed May 26, 2021
2 parents d91da8d + b01d81b commit b408a73
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 @@ FROM node:lts-alpine3.13

# Installs latest Chromium package.
# https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium
ENV CHROMIUM_VERSION 89.0.4389.114-r0
ENV CHROMIUM_VERSION 90.0.4430.93-r0

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
Expand Down

0 comments on commit b408a73

Please sign in to comment.