Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 268c66f

Browse files
committed
Fix build
1 parent 8ee0bee commit 268c66f

File tree

3 files changed

+10694
-4374
lines changed

3 files changed

+10694
-4374
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM buildkite/puppeteer:10.0.0 AS base
1+
FROM buildkite/puppeteer:v1.15.0 AS base
22
WORKDIR /app
33

4-
RUN apt-get update -y --allow-releaseinfo-change \
4+
RUN apt-get update -y \
55
&& apt-get install -y git --no-install-recommends
66

77
COPY src/package.json src/package-lock.json src/bower.json src/.bowerrc ./

0 commit comments

Comments
 (0)