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

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Sep 4, 2021
1 parent 8ee0bee commit 268c66f
Show file tree
Hide file tree
Showing 3 changed files with 10,694 additions and 4,374 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM buildkite/puppeteer:10.0.0 AS base
FROM buildkite/puppeteer:v1.15.0 AS base
WORKDIR /app

RUN apt-get update -y --allow-releaseinfo-change \
RUN apt-get update -y \
&& apt-get install -y git --no-install-recommends

COPY src/package.json src/package-lock.json src/bower.json src/.bowerrc ./
Expand Down
Loading

0 comments on commit 268c66f

Please sign in to comment.