Skip to content

Commit

Permalink
Pin build image to specific version.
Browse files Browse the repository at this point in the history
Don't use the `latest` tag, use the specific version.
  • Loading branch information
dschaper authored Jan 29, 2020
1 parent 44b772b commit 21050e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version: 2
.docker_template: &docker_template
docker:
- image: pihole/ftl-build:$CIRCLE_JOB
- image: pihole/ftl-build:v1.0-$CIRCLE_JOB
<<: *job_steps

jobs:
Expand Down

0 comments on commit 21050e8

Please sign in to comment.