Skip to content

Commit

Permalink
Update pdal's base docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Feb 13, 2020
1 parent 6617727 commit 9e52f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/alpine/Dockerfile.2.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM abellia/pdalbase:latest as builder
FROM pdal/alpinebase:latest as builder

RUN \
git clone https://github.com/PDAL/PDAL.git --branch 2.0-maintenance --single-branch pdal; \
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/alpine/Dockerfile.master
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM abellia/pdalbase:latest as builder
FROM pdal/alpinebase:latest as builder

RUN \
git clone https://github.com/PDAL/PDAL.git --branch master --single-branch pdal; \
Expand Down

0 comments on commit 9e52f76

Please sign in to comment.