Skip to content

Commit

Permalink
Docker: bump Chromium to 92 (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jul 30, 2021
1 parent 5b5761a commit 70b06e6
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 91.0.4472.164-r0
ENV CHROMIUM_VERSION 92.0.4515.107-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 70b06e6

Please sign in to comment.