We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c167468 commit 246d9c2Copy full SHA for 246d9c2
Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /usr/src/app
14
# Can be back to stable when 3.22 gets .103.
15
RUN apk --no-cache upgrade && \
16
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 && \
+ apk add --no-cache 'chromium>=138.0.7204.93' 'chromium-swiftshader>=138.0.7204.93' --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
18
# Remove NPM-related files and directories
19
rm -rf /usr/local/lib/node_modules/npm && \
20
rm -rf /usr/local/bin/npm && \
0 commit comments