Skip to content

Commit 246d9c2

Browse files
authored
Docker: Update Chromium in alpine (#655)
1 parent c167468 commit 246d9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /usr/src/app
1414
# Can be back to stable when 3.22 gets .103.
1515
RUN apk --no-cache upgrade && \
1616
apk add --no-cache udev ttf-opensans unifont ca-certificates dumb-init && \
17-
apk add --no-cache 'chromium>=137.0.7151.119' 'chromium-swiftshader>=137.0.7151.119' --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
17+
apk add --no-cache 'chromium>=138.0.7204.93' 'chromium-swiftshader>=138.0.7204.93' --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
1818
# Remove NPM-related files and directories
1919
rm -rf /usr/local/lib/node_modules/npm && \
2020
rm -rf /usr/local/bin/npm && \

0 commit comments

Comments
 (0)