Skip to content

Commit

Permalink
Make sure alpine:latest is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
clivez authored and Levovar committed Mar 19, 2019
1 parent 77f7f16 commit 6cf2b63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_docker.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

echo 'Updating alpine base image'
docker pull alpine:latest

echo 'Building DANM builder container'
docker build --no-cache --tag=danm_builder:1.0 build/

Expand Down

0 comments on commit 6cf2b63

Please sign in to comment.